Home
last modified time | relevance | path

Searched refs:CXXThisIndex (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.h159 unsigned CXXThisIndex; variable
DCGBlocks.cpp31 : Name(name), CXXThisIndex(0), CanBeGlobal(false), NeedsCopyDispose(false), in CGBlockInfo()
208 info.CXXThisIndex = index; in setIndex()
760 Address addr = projectField(blockInfo.CXXThisIndex, blockInfo.CXXThisOffset, in EmitBlockLiteral()
1218 Builder.CreateStructGEP(LoadBlockStruct(), blockInfo.CXXThisIndex, in GenerateBlockFunction()
DCGDebugInfo.cpp3399 blockLayout->getElementOffsetInBits(block.CXXThisIndex); in EmitDeclareOfBlockLiteralArgVariable()