Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h162 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h223 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h245 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp522 EndLabel = Asm->getFunctionEnd(); in emitExceptionTable()
DCodeViewDebug.cpp1187 End = End ? End : Asm->getFunctionEnd(); in collectVariableInfoFromMFTable()
1281 End = Asm->getFunctionEnd(); in calculateRanges()
2870 CurFn->End = Asm->getFunctionEnd(); in endFunctionImpl()
DWinException.cpp1096 MCSymbol *FuncEndSym = Asm->getFunctionEnd(); in emitCLRExceptionTable()
DDwarfDebug.cpp1456 EndLabel = Asm->getFunctionEnd(); in buildLocationList()
1881 TheCU.addRange({Asm->getFunctionBegin(), Asm->getFunctionEnd()}); in endFunctionImpl()
DDwarfCompileUnit.cpp395 attachLowHighPC(*SPDie, Asm->getFunctionBegin(), Asm->getFunctionEnd()); in updateSubprogramScopeDIE()
/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/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1202 End = End ? End : Asm->getFunctionEnd(); in collectVariableInfoFromMFTable()
1296 End = Asm->getFunctionEnd(); in calculateRanges()
2900 CurFn->End = Asm->getFunctionEnd(); in endFunctionImpl()
DWinException.cpp1105 MCSymbol *FuncEndSym = Asm->getFunctionEnd(); in emitCLRExceptionTable()