Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h264 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1327 End = End ? End : Asm->getFunctionEnd(); in collectVariableInfoFromMFTable()
1428 End = Asm->getFunctionEnd(); in calculateRanges()
3110 CurFn->End = Asm->getFunctionEnd(); in beginInstruction()
H A DWinException.cpp1125 MCSymbol *FuncEndSym = Asm->getFunctionEnd(); in emitCLRExceptionTable()
H A DAsmPrinter.cpp1663 EmitForMD(*MD, {getFunctionBegin(), getFunctionEnd()}, true); in emitPCSections()