|
clang 23.0.0git
|
This structure holds the information gathered about the constraints for an inline assembly statement. More...
Public Member Functions | |
| AsmConstraintsInfo (CodeGenFunction &CGF, const AsmStmt &S) | |
| void | EmitAsmStmt () |
This structure holds the information gathered about the constraints for an inline assembly statement.
It helps in separating the constraint processing from the code generation.
Definition at line 2623 of file CGStmt.cpp.
|
inline |
Definition at line 2715 of file CGStmt.cpp.
| void AsmConstraintsInfo::EmitAsmStmt | ( | ) |
Definition at line 2733 of file CGStmt.cpp.
References clang::CodeGenOptions::IAD_ATT, clang::isa(), and clang::Result.
Referenced by clang::CodeGen::CodeGenFunction::EmitAsmStmt().