Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBlocks.h162 unsigned CXXThisIndex; variable
DCGBlocks.cpp36 : Name(name), CXXThisIndex(0), CanBeGlobal(false), NeedsCopyDispose(false), in CGBlockInfo()
347 info.CXXThisIndex = index; in setIndex()
908 projectField(blockInfo.CXXThisIndex, "block.captured-this.addr"); in EmitBlockLiteral()
1538 LoadBlockStruct(), blockInfo.CXXThisIndex, "block.captured-this"); in GenerateBlockFunction()
DCGDebugInfo.cpp4923 blockLayout->getElementOffsetInBits(block.CXXThisIndex); in EmitDeclareOfBlockLiteralArgVariable()