Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp676 Error resolveGlobalAndIndirectSymbolInits();
2035 Error BitcodeReader::resolveGlobalAndIndirectSymbolInits() { in resolveGlobalAndIndirectSymbolInits() function in BitcodeReader
2733 if (Error Err = resolveGlobalAndIndirectSymbolInits()) in globalCleanup()
3165 if (Error Err = resolveGlobalAndIndirectSymbolInits()) in parseModule()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp445 std::error_code resolveGlobalAndIndirectSymbolInits();
2772 std::error_code BitcodeReader::resolveGlobalAndIndirectSymbolInits() { in resolveGlobalAndIndirectSymbolInits() function in BitcodeReader
3444 resolveGlobalAndIndirectSymbolInits(); in globalCleanup()
3618 if (std::error_code EC = resolveGlobalAndIndirectSymbolInits()) in parseModule()