Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp121 uint64_t FuncEnd = FuncStart + Symbol.getLength(); in start() local
131 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10); in start()
133 uint64_t Epilogue = FuncEnd - DebugEnd->getVirtualAddress(); in start()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h194 const MCSymbol *FuncEnd);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp338 const MCSymbol *FuncEnd) { in emitLineTableForFunction() argument
355 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2340 MCSymbol *FuncEnd = createTempSymbol(MF->getName()); in emitTracebackTable() local
2341 OutStreamer->emitLabel(FuncEnd); in emitTracebackTable()
2575 OutStreamer->emitAbsoluteSymbolDiff(FuncEnd, FuncSectSym, 4); in emitTracebackTable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp9186 for (LookupResult::iterator Func = Prev.begin(), FuncEnd = Prev.end(); in DiagnoseInvalidRedeclaration() local
9187 Func != FuncEnd; ++Func) { in DiagnoseInvalidRedeclaration()