Home
last modified time | relevance | path

Searched refs:CanBeGlobal (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBlocks.h242 bool CanBeGlobal : 1; variable
DCGBlocks.cpp36 : 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/
DDerivedTypes.h790 CanBeGlobal = 1U << 1, enumerator
/openbsd/src/gnu/llvm/llvm/lib/IR/
DType.cpp855 TargetExtType::CanBeGlobal); in getTargetTypeInfo()
DVerifier.cpp805 Check(TTy->hasProperty(TargetExtType::CanBeGlobal), in visitGlobalVariable()