Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h235 bool IgnoreEmptyThinLTOIndexFile = false);
/src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8631 bool IgnoreEmptyThinLTOIndexFile) { in getModuleSummaryIndexForFile() argument
8636 if (IgnoreEmptyThinLTOIndexFile && !(*FileOrErr)->getBufferSize()) in getModuleSummaryIndexForFile()