Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp77 return GetModuleIndexForVa(MakeVirtualAddress(segment, offset)); in GetModuleIndexForAddr()
80 llvm::Optional<uint16_t> PdbIndex::GetModuleIndexForVa(lldb::addr_t va) const { in GetModuleIndexForVa() function in PdbIndex
140 llvm::Optional<uint16_t> modi = GetModuleIndexForVa(va); in FindSymbolsByVa()
H A DPdbIndex.h154 llvm::Optional<uint16_t> GetModuleIndexForVa(lldb::addr_t va) const;
H A DSymbolFileNativePDB.cpp810 llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(addr); in CreateGlobalVariable()
998 llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(file_addr); in ResolveSymbolContext()