Home
last modified time | relevance | path

Searched refs:SwiftAsyncFramePointerKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h160 enum class SwiftAsyncFramePointerKind { enum
H A DCodeGenOptions.def453 ENUM_CODEGENOPT(SwiftAsyncFramePointer, SwiftAsyncFramePointerKind, 2,
454 SwiftAsyncFramePointerKind::Always, Benign)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp476 case CodeGenOptions::SwiftAsyncFramePointerKind::Auto: in initTargetOptions()
481 case CodeGenOptions::SwiftAsyncFramePointerKind::Always: in initTargetOptions()
485 case CodeGenOptions::SwiftAsyncFramePointerKind::Never: in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1886 NormalizedValuesScope<"CodeGenOptions::SwiftAsyncFramePointerKind">,