Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h287 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1336 End = End ? End : Asm->getFunctionEnd(); in collectVariableInfoFromMFTable()
1442 End = Asm->getFunctionEnd(); in calculateRanges()
3124 CurFn->End = Asm->getFunctionEnd(); in endFunctionImpl()
H A DWinException.cpp1127 MCSymbol *FuncEndSym = Asm->getFunctionEnd(); in emitCLRExceptionTable()
H A DDwarfDebug.cpp1848 if ((RangeIt->second.EndLabel != Asm->getFunctionEnd() && in buildLocationList()
H A DAsmPrinter.cpp1750 EmitForMD(*MD, {getFunctionBegin(), getFunctionEnd()}, true); in emitPCSections()