Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp60 Cache(*this, getDbiStreamPtr(*Pdb)), AddrToModuleIndex(IMapAllocator) {} in NativeSession()
259 if (AddrToModuleIndex.empty()) in findSymbolBySectOffset()
396 auto Iter = AddrToModuleIndex.find(VA); in moduleIndexForVA()
397 if (Iter == AddrToModuleIndex.end()) in moduleIndexForVA()
406 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset)); in moduleIndexForSectOffset()
407 if (Iter == AddrToModuleIndex.end()) in moduleIndexForSectOffset()
440 Visitor V(*this, AddrToModuleIndex); in parseSectionContribs()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h133 IMap AddrToModuleIndex; variable