Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp731 Error parseFunctionRecord(ArrayRef<uint64_t> Record);
3194 Error BitcodeReader::parseFunctionRecord(ArrayRef<uint64_t> Record) { in parseFunctionRecord() function in BitcodeReader
3626 if (Error Err = parseFunctionRecord(Record)) in parseModule()