Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp115 uint64_t FuncStart = Symbol.getVirtualAddress(); in start() local
116 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()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp117 uint64_t FuncStart = Symbol.getVirtualAddress(); in start() local
118 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()
/external/bcc/src/cc/
Dbcc_debug.cc184 uint8_t *FuncStart = get<0>(section.second); in dump() local
186 ArrayRef<uint8_t> Data(FuncStart, FuncSize); in dump()
205 (uint64_t)FuncStart + Index, CU->getCompilationDir(), in dump()