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

  /external/llvm/include/llvm/Transforms/
Instrumentation.h 57 // Add the 'noredzone' attribute to added runtime library calls.
58 bool NoRedZone;
73 InstrProfOptions() : NoRedZone(false) {}
75 // Add the 'noredzone' attribute to added runtime library calls.
76 bool NoRedZone;
  /external/llvm/include/llvm/IR/
Attributes.h 93 NoRedZone, ///< Disable redzone

Completed in 160 milliseconds