Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp85 return GetModuleIndexForVa(MakeVirtualAddress(segment, offset)); in GetModuleIndexForAddr()
88 llvm::Optional<uint16_t> PdbIndex::GetModuleIndexForVa(lldb::addr_t va) const { in GetModuleIndexForVa() function in PdbIndex
144 llvm::Optional<uint16_t> modi = GetModuleIndexForVa(va); in FindSymbolsByVa()
H A DPdbIndex.h156 llvm::Optional<uint16_t> GetModuleIndexForVa(lldb::addr_t va) const;
H A DSymbolFileNativePDB.cpp772 llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(addr); in CreateGlobalVariable()
950 llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(file_addr); in ResolveSymbolContext()