Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h248 MCSymbol *getFunctionEnd() const { return CurrentFnEnd; } in getFunctionEnd() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1225 End = End ? End : Asm->getFunctionEnd(); in collectVariableInfoFromMFTable()
1319 End = Asm->getFunctionEnd(); in calculateRanges()
2933 CurFn->End = Asm->getFunctionEnd(); in endFunctionImpl()
H A DWinException.cpp1119 MCSymbol *FuncEndSym = Asm->getFunctionEnd(); in emitCLRExceptionTable()