clang 23.0.0git
clang::AsmConstraintsInfo Class Reference

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 ()

Detailed Description

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 2613 of file CGStmt.cpp.

Constructor & Destructor Documentation

◆ AsmConstraintsInfo()

clang::AsmConstraintsInfo::AsmConstraintsInfo ( CodeGenFunction & CGF,
const AsmStmt & S )
inline

Definition at line 2705 of file CGStmt.cpp.

Member Function Documentation

◆ EmitAsmStmt()

void AsmConstraintsInfo::EmitAsmStmt ( )

The documentation for this class was generated from the following file: