Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h98 IAD_ATT, enumerator
H A DCodeGenOptions.def99 ENUM_CODEGENOPT(InlineAsmDialect, InlineAsmDialectKind, 1, IAD_ATT)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp3024 CGM.getCodeGenOpts().getInlineAsmDialect() == CodeGenOptions::IAD_ATT in EmitAsmStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4649 NormalizedValuesScope<"CodeGenOptions">, NormalizedValues<["IAD_ATT", "IAD_Intel"]>,
4650 MarshallingInfoEnum<CodeGenOpts<"InlineAsmDialect">, "IAD_ATT">;