Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h265 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1308 End = End ? End : Asm->getFunctionEnd(); in collectVariableInfoFromMFTable()
1393 End = Asm->getFunctionEnd(); in calculateRanges()
3044 CurFn->End = Asm->getFunctionEnd(); in endFunctionImpl()
H A DWinException.cpp1129 MCSymbol *FuncEndSym = Asm->getFunctionEnd(); in emitCLRExceptionTable()