Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp68 Cache(*this, getDbiStreamPtr(*Pdb)), AddrToModuleIndex(IMapAllocator) {} in NativeSession()
267 if (AddrToModuleIndex.empty()) in findSymbolBySectOffset()
404 auto Iter = AddrToModuleIndex.find(VA); in moduleIndexForVA()
405 if (Iter == AddrToModuleIndex.end()) in moduleIndexForVA()
414 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset)); in moduleIndexForSectOffset()
415 if (Iter == AddrToModuleIndex.end()) in moduleIndexForSectOffset()
448 Visitor V(*this, AddrToModuleIndex); in parseSectionContribs()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h137 IMap AddrToModuleIndex; variable