|
clang 24.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 2668 of file CGStmt.cpp.
|
inline |
Definition at line 2760 of file CGStmt.cpp.
| void AsmConstraintsInfo::EmitAsmStmt | ( | ) |
Definition at line 2778 of file CGStmt.cpp.
References clang::CodeGenOptions::IAD_ATT, clang::isa(), and clang::Result.
Referenced by clang::CodeGen::CodeGenFunction::EmitAsmStmt().