Searched refs:FuncStart (Results 1 – 1 of 1) sorted by relevance
112 uint64_t FuncStart = Symbol.getVirtualAddress(); in start() local113 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()