HomeSort by relevance Sort by last modified time
    Searched defs:EmitSummaryIndex (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
BitcodeWriterPass.h 34 /// If \c EmitSummaryIndex, emit the summary index (currently for use in ThinLTO
41 bool EmitSummaryIndex = false,
54 bool EmitSummaryIndex;
63 /// If \c EmitSummaryIndex, emit the summary index (currently
67 bool EmitSummaryIndex = false,
70 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {}
  /external/llvm/include/llvm/Bitcode/
BitcodeWriterPass.h 33 /// If \c EmitSummaryIndex, emit the summary index (currently for use in ThinLTO
40 bool EmitSummaryIndex = false,
50 bool EmitSummaryIndex;
59 /// If \c EmitSummaryIndex, emit the summary index (currently
63 bool EmitSummaryIndex = false,
66 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {}
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriterPass.cpp 24 if (EmitSummaryIndex)
35 bool EmitSummaryIndex;
45 bool EmitSummaryIndex, bool EmitModuleHash)
48 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {
56 EmitSummaryIndex
65 if (EmitSummaryIndex)
80 bool EmitSummaryIndex, bool EmitModuleHash) {
82 EmitSummaryIndex, EmitModuleHash);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriterPass.cpp 24 EmitSummaryIndex ? &(AM.getResult<ModuleSummaryIndexAnalysis>(M))
34 bool EmitSummaryIndex;
44 bool EmitSummaryIndex, bool EmitModuleHash)
47 EmitSummaryIndex(EmitSummaryIndex), EmitModuleHash(EmitModuleHash) {
55 EmitSummaryIndex
64 if (EmitSummaryIndex)
79 bool EmitSummaryIndex, bool EmitModuleHash) {
81 EmitSummaryIndex, EmitModuleHash);

Completed in 1258 milliseconds