Searched refs:FuncStart (Results 1 – 3 of 3) sorted by relevance
115 uint64_t FuncStart = Symbol.getVirtualAddress(); in start() local116 uint64_t FuncEnd = FuncStart + Symbol.getLength(); in start()119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start()121 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart; in start()
117 uint64_t FuncStart = Symbol.getVirtualAddress(); in start() local118 uint64_t FuncEnd = FuncStart + Symbol.getLength(); in start()121 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start()123 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart; in start()
184 uint8_t *FuncStart = get<0>(section.second); in dump() local186 ArrayRef<uint8_t> Data(FuncStart, FuncSize); in dump()205 (uint64_t)FuncStart + Index, CU->getCompilationDir(), in dump()