Searched refs:FuncEnd (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp118 uint64_t FuncEnd = FuncStart + Symbol.getLength(); local
128 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncEnd, 10);
130 uint64_t Epilogue = FuncEnd - DebugEnd->getVirtualAddress();
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h183 const MCSymbol *FuncEnd);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCCodeView.cpp329 const MCSymbol *FuncEnd) {
346 OS.emitAbsoluteSymbolDiff(FuncEnd, FuncBegin, 4);
326 emitLineTableForFunction(MCObjectStreamer &OS, unsigned FuncId, const MCSymbol *FuncBegin, const MCSymbol *FuncEnd) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8081 for (LookupResult::iterator Func = Prev.begin(), FuncEnd = Prev.end();
8082 Func != FuncEnd; ++Func) {

Completed in 107 milliseconds