Home
last modified time | relevance | path

Searched refs:readSymbolFromStream (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp152 Expected<CVSymbol> llvm::codeview::readSymbolFromStream(BinaryStreamRef Stream, in readSymbolFromStream() function in llvm::codeview
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp358 Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, PubSymOff); in dumpPublics()
H A DDumpOutputStyle.cpp1703 Expected<CVSymbol> Sym = readSymbolFromStream(SymStream, PubSymOff); in dumpSymbolsFromGSI()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h990 Expected<CVSymbol> readSymbolFromStream(BinaryStreamRef Stream,
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp408 Expected<CVSymbol> Sym = readSymbolFromStream(SS.getRecordData(), 0); in extractPCHSignature()