Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp81 uint64_t AddrStart = Line->getVirtualAddress(); in start() local
82 uint64_t AddrEnd = AddrStart + Line->getLength() - 1; in start()
84 << "[" << format_hex(AddrStart, 10) << " - " in start()
88 uint64_t AddrStart = Line->getVirtualAddress(); in start() local
90 << "[" << format_hex(AddrStart, 10) << "] "; in start()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp99 uint64_t AddrStart = Line->getVirtualAddress(); in start() local
100 uint64_t AddrEnd = AddrStart + Line->getLength() - 1; in start()
102 << "[" << format_hex(AddrStart, 10) << " - " in start()
106 uint64_t AddrStart = Line->getVirtualAddress(); in start() local
108 << "[" << format_hex(AddrStart, 10) << "] "; in start()