Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h195 bool IgnoreEmptyThinLTOIndexFile = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7114 bool IgnoreEmptyThinLTOIndexFile) { in getModuleSummaryIndexForFile() argument
7119 if (IgnoreEmptyThinLTOIndexFile && !(*FileOrErr)->getBufferSize()) in getModuleSummaryIndexForFile()