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

Declarations

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
  147   lldb::addr_t MakeVirtualAddress(uint16_t segment, uint32_t offset) const;

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
   80   return MakeVirtualAddress(so.segment, so.offset);
   85   return GetModuleIndexForVa(MakeVirtualAddress(segment, offset));
  109       uint64_t va = m_ctx.MakeVirtualAddress(C.ISect, C.Off);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
   34       index.MakeVirtualAddress(range.ISectStart, range.OffsetStart);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  768     addr = m_index->MakeVirtualAddress(ds.Segment, ds.DataOffset);
  782     addr = m_index->MakeVirtualAddress(tlds.Segment, tlds.DataOffset);
 1089         m_index->MakeVirtualAddress(lfh->RelocSegment, lfh->RelocOffset);