Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h133 IMap AddrToModuleIndex; variable