Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp69 Cache(*this, getDbiStreamPtr(*Pdb)), AddrToModuleIndex(IMapAllocator) {} in NativeSession()
268 if (AddrToModuleIndex.empty()) in findSymbolBySectOffset()
405 auto Iter = AddrToModuleIndex.find(VA); in moduleIndexForVA()
406 if (Iter == AddrToModuleIndex.end()) in moduleIndexForVA()
415 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset)); in moduleIndexForSectOffset()
416 if (Iter == AddrToModuleIndex.end()) in moduleIndexForSectOffset()
449 Visitor V(*this, AddrToModuleIndex); in parseSectionContribs()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h137 IMap AddrToModuleIndex; variable