Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp120 uint64_t FuncStart = Symbol.getVirtualAddress(); in start() local
121 uint64_t FuncEnd = FuncStart + Symbol.getLength(); in start()
124 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start()
126 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart; in start()