LLVM 20.0.0git
|
#include "llvm/Linker/IRMover.h"
Public Member Functions | |
void | addNonOpaque (StructType *Ty) |
void | switchToNonOpaque (StructType *Ty) |
void | addOpaque (StructType *Ty) |
StructType * | findNonOpaque (ArrayRef< Type * > ETypes, bool IsPacked) |
bool | hasType (StructType *Ty) |
void IRMover::IdentifiedStructTypeSet::addNonOpaque | ( | StructType * | Ty | ) |
Definition at line 1725 of file IRMover.cpp.
References assert(), and llvm::StructType::isOpaque().
Referenced by llvm::IRMover::IRMover().
void IRMover::IdentifiedStructTypeSet::addOpaque | ( | StructType * | Ty | ) |
Definition at line 1738 of file IRMover.cpp.
References assert(), and llvm::StructType::isOpaque().
Referenced by llvm::IRMover::IRMover().
StructType * IRMover::IdentifiedStructTypeSet::findNonOpaque | ( | ArrayRef< Type * > | ETypes, |
bool | IsPacked | ||
) |
Definition at line 1744 of file IRMover.cpp.
References I.
bool IRMover::IdentifiedStructTypeSet::hasType | ( | StructType * | Ty | ) |
Definition at line 1751 of file IRMover.cpp.
References I, and llvm::StructType::isOpaque().
void IRMover::IdentifiedStructTypeSet::switchToNonOpaque | ( | StructType * | Ty | ) |
Definition at line 1730 of file IRMover.cpp.
References assert(), and llvm::StructType::isOpaque().