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.h192 const MCSymbol *FuncEnd);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp350 const MCSymbol *FuncEnd) { in emitLineTableForFunction() argument
367 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2360 MCSymbol *FuncEnd = createTempSymbol(MF->getName()); in emitTracebackTable() local
2361 OutStreamer->emitLabel(FuncEnd); in emitTracebackTable()
2596 OutStreamer->emitAbsoluteSymbolDiff(FuncEnd, FuncSectSym, 4); in emitTracebackTable()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8972 for (LookupResult::iterator Func = Prev.begin(), FuncEnd = Prev.end(); in DiagnoseInvalidRedeclaration() local
8973 Func != FuncEnd; ++Func) { in DiagnoseInvalidRedeclaration()