Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp755 Error globalCleanup();
2962 Error BitcodeReader::globalCleanup() { in globalCleanup() function in BitcodeReader
3425 return globalCleanup(); in parseModule()
3493 if (Error Err = globalCleanup()) in parseModule()
3538 return globalCleanup(); in parseModule()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp757 Error globalCleanup();
3022 Error BitcodeReader::globalCleanup() { in globalCleanup() function in BitcodeReader
3516 return globalCleanup(); in parseModule()
3586 if (Error Err = globalCleanup()) in parseModule()
3631 return globalCleanup(); in parseModule()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp444 std::error_code globalCleanup();
3442 std::error_code BitcodeReader::globalCleanup() { in globalCleanup() function in BitcodeReader
3572 return globalCleanup(); in parseModule()
3640 if (std::error_code EC = globalCleanup()) in parseModule()