Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h223 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/third_party/skia/third_party/externals/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()