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

  /external/llvm/include/llvm/Support/
CommandLine.h 403 enum boolOrDefault { BOU_UNSET, BOU_TRUE, BOU_FALSE };
405 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> {
406 typedef cl::boolOrDefault WrapperType;
410 OptionValue(const cl::boolOrDefault& V) {
413 OptionValue<cl::boolOrDefault> &operator=(const cl::boolOrDefault& V) {
744 // parser<boolOrDefault>
746 class parser<boolOrDefault> : public basic_parser<boolOrDefault> {
    [all...]
  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 42 static cl::opt<cl::boolOrDefault>
51 static cl::opt<cl::boolOrDefault>
Passes.cpp 55 static cl::opt<cl::boolOrDefault>
58 static cl::opt<cl::boolOrDefault>
87 /// These should be converted to boolOrDefault in order to use applyOverride.
98 static AnalysisID applyOverride(AnalysisID TargetID, cl::boolOrDefault Override,
BranchFolding.cpp 47 static cl::opt<cl::boolOrDefault> FlagEnableTailMerge("enable-tail-merge",
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
LLVMTargetMachine.cpp 62 static cl::opt<cl::boolOrDefault>
76 static cl::opt<cl::boolOrDefault>
  /external/llvm/lib/Support/
CommandLine.cpp 44 TEMPLATE_INSTANTIATION(class basic_parser<boolOrDefault>);
61 void OptionValue<boolOrDefault>::anchor() {}
66 void parser<boolOrDefault>::anchor() {}
    [all...]

Completed in 401 milliseconds