Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp118 uint64_t FuncEnd = FuncStart + Symbol.getLength(); in start() local
128 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10); in start()
130 uint64_t Epilogue = FuncEnd - DebugEnd->getVirtualAddress(); in start()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCCodeView.h181 const MCSymbol *FuncEnd);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp329 const MCSymbol *FuncEnd) { in emitLineTableForFunction() argument
346 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4); in emitLineTableForFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1866 MCSymbol *FuncEnd = createTempSymbol(MF->getName()); in emitTracebackTable() local
1867 OutStreamer->emitLabel(FuncEnd); in emitTracebackTable()
2075 OutStreamer->emitAbsoluteSymbolDiff(FuncEnd, FuncSectSym, 4); in emitTracebackTable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp8323 for (LookupResult::iterator Func = Prev.begin(), FuncEnd = Prev.end(); in DiagnoseInvalidRedeclaration() local
8324 Func != FuncEnd; ++Func) { in DiagnoseInvalidRedeclaration()