Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp35 static cl::opt<std::string> BlockExtractorFile( variable
56 if (!BlockExtractorFile.empty()) in init()
123 auto ErrOrBuf = MemoryBuffer::getFile(BlockExtractorFile); in loadFile()