Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h188 bool CanBeGlobal : 1; variable
DCGBlocks.cpp31 : Name(name), CXXThisIndex(0), CanBeGlobal(false), NeedsCopyDispose(false), in CGBlockInfo()
342 info.CanBeGlobal = true; in computeBlockInfo()
454 info.CanBeGlobal = true; in computeBlockInfo()
570 if (blockInfo.CanBeGlobal) return; in enterBlockScope()
697 if (blockInfo.CanBeGlobal) in EmitBlockLiteral()
1042 assert(blockInfo.CanBeGlobal); in buildGlobalBlock()