Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h231 /// to an empty file and IgnoreEmptyThinLTOIndexFile is true, then
235 bool IgnoreEmptyThinLTOIndexFile = false);
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp8631 bool IgnoreEmptyThinLTOIndexFile) { in getModuleSummaryIndexForFile() argument
8636 if (IgnoreEmptyThinLTOIndexFile && !(*FileOrErr)->getBufferSize()) in getModuleSummaryIndexForFile()