Searched refs:CanBeGlobal (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGBlocks.h | 242 bool CanBeGlobal : 1; variable
|
| D | CGBlocks.cpp | 36 : Name(name), CXXThisIndex(0), CanBeGlobal(false), NeedsCopyDispose(false), in CGBlockInfo() 585 info.CanBeGlobal = true; in computeBlockInfo() 669 info.CanBeGlobal = true; in computeBlockInfo() 795 if (!blockInfo.CanBeGlobal) in EmitBlockLiteral() 813 CurGD, blockInfo, LocalDeclMap, isLambdaConv, blockInfo.CanBeGlobal); in EmitBlockLiteral() 817 if (blockInfo.CanBeGlobal) in EmitBlockLiteral() 1313 assert(blockInfo.CanBeGlobal); in buildGlobalBlock()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | DerivedTypes.h | 790 CanBeGlobal = 1U << 1, enumerator
|
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Type.cpp | 855 TargetExtType::CanBeGlobal); in getTargetTypeInfo()
|
| D | Verifier.cpp | 805 Check(TTy->hasProperty(TargetExtType::CanBeGlobal), in visitGlobalVariable()
|