Searched refs:parseBitcodeInto (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 581 Error parseBitcodeInto(Module *M, bool ShouldLazyLoadMetadata = false, 3661 Error BitcodeReader::parseBitcodeInto(Module *M, bool ShouldLazyLoadMetadata, in parseBitcodeInto() function in BitcodeReader 6481 R->parseBitcodeInto(M.get(), ShouldLazyLoadMetadata, IsImporting)) in getModuleImpl()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 305 std::error_code parseBitcodeInto(std::unique_ptr<DataStreamer> Streamer, 4042 BitcodeReader::parseBitcodeInto(std::unique_ptr<DataStreamer> Streamer, in parseBitcodeInto() function in BitcodeReader 6555 if (std::error_code EC = R->parseBitcodeInto(std::move(Streamer), M.get(), in getBitcodeModuleImpl()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 580 Error parseBitcodeInto( 3754 Error BitcodeReader::parseBitcodeInto(Module *M, bool ShouldLazyLoadMetadata, in parseBitcodeInto() function in BitcodeReader 6708 if (Error Err = R->parseBitcodeInto(M.get(), ShouldLazyLoadMetadata, in getModuleImpl()
|