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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp85 return GetModuleIndexForVa(MakeVirtualAddress(segment, offset));
88 llvm::Optional<uint16_t> PdbIndex::GetModuleIndexForVa(lldb::addr_t va) const { function in class:PdbIndex
144 llvm::Optional<uint16_t> modi = GetModuleIndexForVa(va);
H A DPdbIndex.h157 llvm::Optional<uint16_t> GetModuleIndexForVa(lldb::addr_t va) const;
H A DSymbolFileNativePDB.cpp792 llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(addr);
965 llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(file_addr);

Completed in 159 milliseconds