Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h159 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp382 CurFn->End = Asm->getFunctionEnd(); in endFunction()
DEHStreamer.cpp563 EndLabel = Asm->getFunctionEnd(); in emitExceptionTable()
DDwarfDebug.cpp849 EndLabel = Asm->getFunctionEnd(); in buildLocationList()
1215 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunction()
DDwarfCompileUnit.cpp287 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
DWinException.cpp934 MCSymbol *FuncEndSym = Asm->getFunctionEnd(); in emitCLRExceptionTable()