Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWin64Exception.cpp201 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitCSpecificHandlerTable()
302 MCSymbol *LastLabel = Asm->getFunctionBegin(); in emitCXXFrameHandler3Table()
DDwarfDebug.cpp1132 LabelsBeforeInsn[Ranges.front().first] = Asm->getFunctionBegin(); in beginFunction()
1141 LabelsBeforeInsn[I->first] = Asm->getFunctionBegin(); in beginFunction()
1156 PrevLabel = Asm->getFunctionBegin(); in beginFunction()
1194 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunction()
DEHStreamer.cpp556 MCSymbol *EHFuncBeginSym = Asm->getFunctionBegin(); in emitExceptionTable()
DDwarfCompileUnit.cpp282 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h156 MCSymbol *getFunctionBegin() const { return CurrentFnBegin; } in getFunctionBegin() function