reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/CodeGenOptions.def
   31 ENUM_CODEGENOPT(CompressDebugSections, llvm::DebugCompressionType, 2,
   51 ENUM_CODEGENOPT(FramePointer, FramePointerKind, 2, FramePointerKind::None) /// frame-pointer: all,non-leaf,none
   83 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
  158 ENUM_CODEGENOPT(ObjCDispatchMethod, ObjCDispatchMethodKind, 2, Legacy)
  166 ENUM_CODEGENOPT(ProfileInstr, ProfileInstrKind, 2, ProfileNone)
  168 ENUM_CODEGENOPT(ProfileUse, ProfileInstrKind, 2, ProfileNone)
  175 ENUM_CODEGENOPT(StructReturnConvention, StructReturnConventionKind, 2, SRCK_Default)
  298 ENUM_CODEGENOPT(DebugInfo, codegenoptions::DebugInfoKind, 3, codegenoptions::NoDebugInfo)
  304 ENUM_CODEGENOPT(DebuggerTuning, llvm::DebuggerKind, 2,
  319 ENUM_CODEGENOPT(Inlining, InliningMethod, 2, NormalInlining)
  322 ENUM_CODEGENOPT(VecLib, VectorLibrary, 2, NoLibrary)
  325 ENUM_CODEGENOPT(DefaultTLSModel, TLSModel, 2, GeneralDynamicTLSModel)
  368 ENUM_CODEGENOPT(SignReturnAddress, SignReturnAddressScope, 2, None)
  369 ENUM_CODEGENOPT(SignReturnAddressKey, SignReturnAddressKeyValue, 1, AKey)