Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp86 return GetModuleIndexForVa(MakeVirtualAddress(segment, offset)); in GetModuleIndexForAddr()
89 llvm::Optional<uint16_t> PdbIndex::GetModuleIndexForVa(lldb::addr_t va) const { in GetModuleIndexForVa() function in PdbIndex
146 llvm::Optional<uint16_t> modi = GetModuleIndexForVa(va); in FindSymbolsByVa()
H A DPdbIndex.h157 llvm::Optional<uint16_t> GetModuleIndexForVa(lldb::addr_t va) const;
H A DSymbolFileNativePDB.cpp768 llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(addr); in CreateGlobalVariable()
938 llvm::Optional<uint16_t> modi = m_index->GetModuleIndexForVa(file_addr); in ResolveSymbolContext()