Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp78 return GetModuleIndexForVa(MakeVirtualAddress(segment, offset)); in GetModuleIndexForAddr()
81 std::optional<uint16_t> PdbIndex::GetModuleIndexForVa(lldb::addr_t va) const { in GetModuleIndexForVa() function in PdbIndex
141 std::optional<uint16_t> modi = GetModuleIndexForVa(va); in FindSymbolsByVa()
H A DPdbIndex.h154 std::optional<uint16_t> GetModuleIndexForVa(lldb::addr_t va) const;
H A DSymbolFileNativePDB.cpp890 std::optional<uint16_t> modi = m_index->GetModuleIndexForVa(addr); in CreateGlobalVariable()
1088 std::optional<uint16_t> modi = m_index->GetModuleIndexForVa(file_addr); in ResolveSymbolContext()