Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Options

36   InstrProfiling(const InstrProfOptions &Options)
37 : ModulePass(ID), Options(Options) {}
50 InstrProfOptions Options;
126 ModulePass *llvm::createInstrProfilingPass(const InstrProfOptions &Options) {
127 return new InstrProfiling(Options);
388 if (Options.NoRedZone) RegisterF->addFnAttr(Attribute::NoRedZone);
422 if (Options.NoRedZone) User->addFnAttr(Attribute::NoRedZone);
462 std::string InstrProfileOutput = Options.InstrProfileOutput;
474 if (Options.NoRedZone) F->addFnAttr(Attribute::NoRedZone);