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.h152 enum class SwiftAsyncFramePointerKind { enum
H A DCodeGenOptions.def443 ENUM_CODEGENOPT(SwiftAsyncFramePointer, SwiftAsyncFramePointerKind, 2,
444 SwiftAsyncFramePointerKind::Always)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp441 case CodeGenOptions::SwiftAsyncFramePointerKind::Auto: in initTargetOptions()
446 case CodeGenOptions::SwiftAsyncFramePointerKind::Always: in initTargetOptions()
450 case CodeGenOptions::SwiftAsyncFramePointerKind::Never: in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1895 NormalizedValuesScope<"CodeGenOptions::SwiftAsyncFramePointerKind">,