Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeExeSymbol.cpp23 static DbiStream *getDbiStreamPtr(NativeSession &Session) { in getDbiStreamPtr() function
34 Dbi(getDbiStreamPtr(Session)) {} in NativeExeSymbol()
H A DNativeSession.cpp48 static DbiStream *getDbiStreamPtr(PDBFile &File) { in getDbiStreamPtr() function
60 Cache(*this, getDbiStreamPtr(*Pdb)), AddrToModuleIndex(IMapAllocator) {} in NativeSession()
378 auto Dbi = getDbiStreamPtr(*Pdb); in getRVAFromSectOffset()
446 auto *Dbi = getDbiStreamPtr(*Pdb); in getModuleDebugStream()