Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCVRecord.h93 inline Expected<CVRecord<Kind>> readCVRecordFromStream(BinaryStreamRef Stream, in readCVRecordFromStream() function
117 auto ExpectedRec = codeview::readCVRecordFromStream<Kind>(Stream, 0);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp153 return readCVRecordFromStream<SymbolKind>(Stream, Offset); in readSymbolFromStream()