Lines Matching refs:Options
52 // General options for llc. Other pass-specific options are specified
53 // within the corresponding llc passes, and target-specific options
54 // and back-end code generation options are specified with the target machine.
195 // -print-before, and -stop-after options work.
226 // If user just wants to list available options, skip module loading
283 TargetOptions Options = InitTargetOptionsFromCodeGenFlags();
284 Options.DisableIntegratedAS = NoIntegratedAssembler;
285 Options.MCOptions.ShowMCEncoding = ShowMCEncoding;
286 Options.MCOptions.MCUseDwarfDirectory = EnableDwarfDirectory;
287 Options.MCOptions.AsmVerbose = AsmVerbose;
291 Options, RelocModel, CMModel, OLvl));
303 Options.FloatABIType = FloatABIForCalls;
390 // Before executing passes, print the final values of the LLVM options.