Searched defs:opts (Results 1 – 12 of 12) sorted by relevance
19 namespace opts { namespace
26 VerificationOptions opts; member
65 const opts: CommandLineOptions = { inputFiles: [], warningsAsErrors: false }; constant
64 const opts: CommandLineOptions = { inputFiles: [], warningsAsErrors: false }; constant
109 auto opts = llvm::cl::getRegisteredOptions(); in SetLLVMOption() local
35 X64CG(MIRModule &mod, const CGOptions &opts) : CG(mod, opts) {} in X64CG()
44 def add_options(opts, options) argument
18 namespace opts::mpl2mpl { namespace
136 AArch64CG(MIRModule &mod, const CGOptions &opts, const std::vector<std::string> &nameVec, in AArch64CG()
21 namespace opts::cg { namespace
391 auto &opts = Runtime::GetCurrent()->GetOptions(); in VerifyClass() local