Searched refs:SymStream (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp77 SymbolStream &SymStream = cantFail(File.pdb().getPDBSymbolStream()); local
80 CVSymbol Sym = SymStream.readRecord(PubSymOff);
H A DYAMLOutputStyle.cpp351 BinaryStreamRef SymStream =
354 Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, PubSymOff);
H A DDumpOutputStyle.cpp1662 BinaryStreamRef SymStream = Records.getSymbolArray().getUnderlyingStream();
1808 BinaryStreamRef SymStream =
1811 Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, PubSymOff);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp392 BinaryStreamRef SymStream =
406 Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, *It);
424 Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, *It);

Completed in 133 milliseconds