Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h187 bool IgnoreEmptyThinLTOIndexFile = false);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5950 bool IgnoreEmptyThinLTOIndexFile) { in getModuleSummaryIndexForFile() argument
5955 if (IgnoreEmptyThinLTOIndexFile && !(*FileOrErr)->getBufferSize()) in getModuleSummaryIndexForFile()