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

Declarations

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
  157   llvm::Optional<uint16_t> GetModuleIndexForVa(lldb::addr_t va) const;

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
   85   return GetModuleIndexForVa(MakeVirtualAddress(segment, offset));
  144   llvm::Optional<uint16_t> modi = GetModuleIndexForVa(va);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  791   llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(addr);
  964     llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(file_addr);