Searched refs:GetModuleIndexForVa (Results 1 – 3 of 3) sorted by relevance
78 return GetModuleIndexForVa(MakeVirtualAddress(segment, offset)); in GetModuleIndexForAddr()81 std::optional<uint16_t> PdbIndex::GetModuleIndexForVa(lldb::addr_t va) const { in GetModuleIndexForVa() function in PdbIndex141 std::optional<uint16_t> modi = GetModuleIndexForVa(va); in FindSymbolsByVa()
154 std::optional<uint16_t> GetModuleIndexForVa(lldb::addr_t va) const;
890 std::optional<uint16_t> modi = m_index->GetModuleIndexForVa(addr); in CreateGlobalVariable()1088 std::optional<uint16_t> modi = m_index->GetModuleIndexForVa(file_addr); in ResolveSymbolContext()