Home
last modified time | relevance | path

Searched defs:EmitSummaryIndex (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriterPass.cpp33 bool EmitSummaryIndex; member in __anond53863aa0111::WriteBitcodePass
43 bool EmitSummaryIndex, bool EmitModuleHash) in WriteBitcodePass()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeWriterPass.h52 bool EmitSummaryIndex; variable
/openbsd-src/gnu/llvm/llvm/include/llvm/IRPrinter/
H A DIRPrintingPasses.h36 bool EmitSummaryIndex; variable
/openbsd-src/gnu/llvm/llvm/lib/IRPrinter/
H A DIRPrintingPasses.cpp28 bool EmitSummaryIndex) in PrintModulePass()
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp181 static cl::opt<bool> EmitSummaryIndex("module-summary", variable
H A DNewPMDriver.cpp332 bool EmitSummaryIndex, bool EmitModuleHash, in runPassPipeline()