reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-pdbutil/PrettyFunctionDumper.cpp
  118   uint64_t FuncEnd = FuncStart + Symbol.getLength();
  121   WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10);
  123     uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart;