HomeSort by relevance Sort by last modified time
    Searched refs:LiveRoot (Results 1 - 2 of 2) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 127 unsigned LiveRoot : 1;
131 bool NotEligibleToImport, bool LiveRoot)
133 LiveRoot(LiveRoot) {}
206 bool liveRoot() const { return Flags.LiveRoot; }
210 void setLiveRoot() { Flags.LiveRoot = true; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 127 unsigned LiveRoot : 1;
131 bool NotEligibleToImport, bool LiveRoot)
133 LiveRoot(LiveRoot) {}
206 bool liveRoot() const { return Flags.LiveRoot; }
210 void setLiveRoot() { Flags.LiveRoot = true; }

Completed in 61 milliseconds