Searched refs:CanBeGlobal (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.h | 242 bool CanBeGlobal : 1; variable
|
H A D | CGBlocks.cpp | 36 : Name(name), CXXThisIndex(0), CanBeGlobal(false), NeedsCopyDispose(false), in CGBlockInfo() 569 info.CanBeGlobal = true; in computeBlockInfo() 653 info.CanBeGlobal = true; in computeBlockInfo() 779 if (!blockInfo.CanBeGlobal) in EmitBlockLiteral() 797 CurGD, blockInfo, LocalDeclMap, isLambdaConv, blockInfo.CanBeGlobal); in EmitBlockLiteral() 801 if (blockInfo.CanBeGlobal) in EmitBlockLiteral() 1291 assert(blockInfo.CanBeGlobal); in buildGlobalBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 838 return TargetTypeInfo(PointerType::get(C, 0), TargetExtType::CanBeGlobal); in getTargetTypeInfo() 841 TargetExtType::CanBeGlobal); in getTargetTypeInfo()
|
H A D | Verifier.cpp | 912 Check(TTy->hasProperty(TargetExtType::CanBeGlobal), in visitGlobalVariable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 771 CanBeGlobal = 1U << 1, enumerator
|