Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h162 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h209 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp563 EndLabel = Asm->getFunctionEnd(); in emitExceptionTable()
DCodeViewDebug.cpp761 End = End ? End : Asm->getFunctionEnd(); in collectVariableInfoFromMMITable()
845 End = Asm->getFunctionEnd(); in collectVariableInfo()
1933 CurFn->End = Asm->getFunctionEnd(); in endFunction()
DDwarfDebug.cpp860 EndLabel = Asm->getFunctionEnd(); in buildLocationList()
1122 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunction()
DDwarfCompileUnit.cpp299 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
DWinException.cpp1053 MCSymbol *FuncEndSym = Asm->getFunctionEnd(); in emitCLRExceptionTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp518 EndLabel = Asm->getFunctionEnd(); in emitExceptionTable()
DCodeViewDebug.cpp1088 End = End ? End : Asm->getFunctionEnd(); in collectVariableInfoFromMFTable()
1182 End = Asm->getFunctionEnd(); in calculateRanges()
2613 CurFn->End = Asm->getFunctionEnd(); in endFunctionImpl()
DDwarfDebug.cpp1082 EndLabel = Asm->getFunctionEnd(); in buildLocationList()
1424 TheCU.addRange(RangeSpan(Asm->getFunctionBegin(), Asm->getFunctionEnd())); in endFunctionImpl()
DDwarfCompileUnit.cpp322 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
DWinException.cpp1070 MCSymbol *FuncEndSym = Asm->getFunctionEnd(); in emitCLRExceptionTable()