Home
last modified time | relevance | path

Searched refs:getFunctionEnd (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h157 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/external/llvm/lib/CodeGen/AsmPrinter/
DWin64Exception.cpp202 MCSymbol *EHFuncEndSym = Asm->getFunctionEnd(); in emitCSpecificHandlerTable()
DWinCodeViewLineTables.cpp367 CurFn->End = Asm->getFunctionEnd(); in endFunction()
DEHStreamer.cpp563 EndLabel = Asm->getFunctionEnd(); in emitExceptionTable()
DDwarfDebug.cpp827 EndLabel = Asm->getFunctionEnd(); in buildLocationList()
1194 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunction()
DDwarfCompileUnit.cpp282 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()