Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCVRecord.h90 inline Expected<CVRecord<Kind>> readCVRecordFromStream(BinaryStreamRef Stream, in readCVRecordFromStream() function
115 auto ExpectedRec = codeview::readCVRecordFromStream<Kind>(Stream, 0);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordSerialization.cpp154 return readCVRecordFromStream<SymbolKind>(Stream, Offset); in readSymbolFromStream()