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