Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeExeSymbol.cpp23 static DbiStream *getDbiStreamPtr(NativeSession &Session) { in getDbiStreamPtr() function
34 Dbi(getDbiStreamPtr(Session)) {} in NativeExeSymbol()
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()