Home
last modified time | relevance | path

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

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