|
clang 23.0.0git
|
#include "CIRGenBuilder.h"#include "CIRGenModule.h"#include "CIRGenTypes.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Decl.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/RecordLayout.h"#include "clang/CIR/Dialect/IR/CIRAttrs.h"#include "clang/CIR/Dialect/IR/CIRDataLayout.h"#include "clang/CIR/MissingFeatures.h"#include "llvm/Support/Casting.h"#include <memory>Go to the source code of this file.
Functions | |
| static cir::ArgPassingKind | convertRecordArgPassingKind (RecordArgPassingKind kind) |
|
static |
Definition at line 670 of file CIRGenRecordLayoutBuilder.cpp.
References clang::CanNeverPassInRegs, clang::CannotPassInRegs, clang::CanPassInRegs, and kind.
Referenced by clang::CIRGen::CIRGenTypes::computeRecordLayout().