Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h275 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1309 End = End ? End : Asm->getFunctionEnd(); in collectVariableInfoFromMFTable()
1404 End = Asm->getFunctionEnd(); in calculateRanges()
3073 CurFn->End = Asm->getFunctionEnd(); in endFunctionImpl()
H A DWinException.cpp1121 MCSymbol *FuncEndSym = Asm->getFunctionEnd(); in emitCLRExceptionTable()
H A DAsmPrinter.cpp1532 EmitForMD(*MD, {getFunctionBegin(), getFunctionEnd()}, true); in emitPCSections()