Home
last modified time | relevance | path

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

/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()