clang 22.0.0git
Functions
CIRGenAsm.cpp File Reference
#include "CIRGenFunction.h"
#include "clang/CIR/MissingFeatures.h"

Go to the source code of this file.

Functions

static AsmFlavor inferFlavor (const CIRGenModule &cgm, const AsmStmt &s)
 
static void collectClobbers (const CIRGenFunction &cgf, const AsmStmt &s, std::string &constraints, bool &hasUnwindClobber, bool &readOnly, bool readNone)
 

Function Documentation

◆ collectClobbers()

static void collectClobbers ( const CIRGenFunction cgf,
const AsmStmt s,
std::string &  constraints,
bool hasUnwindClobber,
bool readOnly,
bool  readNone 
)
static

◆ inferFlavor()

static AsmFlavor inferFlavor ( const CIRGenModule cgm,
const AsmStmt s 
)
static