Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h207 bool ParseBitcodeInto(Module *M);
DBitcodeReader.cpp1824 bool BitcodeReader::ParseBitcodeInto(Module *M) { in ParseBitcodeInto() function in BitcodeReader
2964 if (R->ParseBitcodeInto(M)) { in getLazyBitcodeModule()