Home
last modified time | relevance | path

Searched refs:AddrToModuleIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp67 Cache(*this, getDbiStreamPtr(*Pdb)), AddrToModuleIndex(IMapAllocator) {} in NativeSession()
266 if (AddrToModuleIndex.empty()) in findSymbolBySectOffset()
403 auto Iter = AddrToModuleIndex.find(VA); in moduleIndexForVA()
404 if (Iter == AddrToModuleIndex.end()) in moduleIndexForVA()
413 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset)); in moduleIndexForSectOffset()
414 if (Iter == AddrToModuleIndex.end()) in moduleIndexForSectOffset()
447 Visitor V(*this, AddrToModuleIndex); in parseSectionContribs()
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h137 IMap AddrToModuleIndex; variable