Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp495 std::error_code parseModuleStringTable();
5536 if (std::error_code EC = parseModuleStringTable()) in parseModule()
5617 std::error_code FunctionIndexBitcodeReader::parseModuleStringTable() { in parseModuleStringTable() function in FunctionIndexBitcodeReader