Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h150 unsigned CXXThisIndex; variable
DCGBlocks.cpp31 : Name(name), CXXThisIndex(0), CanBeGlobal(false), NeedsCopyDispose(false), in CGBlockInfo()
208 info.CXXThisIndex = index; in setIndex()
755 blockTy, blockAddr, blockInfo.CXXThisIndex, "block.captured-this.addr"); in EmitBlockLiteral()
1194 blockInfo.CXXThisIndex, "block.captured-this"); in GenerateBlockFunction()
DCGDebugInfo.cpp3068 blockLayout->getElementOffsetInBits(block.CXXThisIndex); in EmitDeclareOfBlockLiteralArgVariable()