Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp112 uint64_t FuncStart = Symbol.getVirtualAddress(); in start() local
113 uint64_t FuncEnd = FuncStart + Symbol.getLength(); in start()
116 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start()
118 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart; in start()