LLVM 22.0.0git
|
#include "llvm/Linker/IRMover.h"
Public Member Functions | |
LLVM_ABI void | addNonOpaque (StructType *Ty) |
LLVM_ABI void | switchToNonOpaque (StructType *Ty) |
LLVM_ABI void | addOpaque (StructType *Ty) |
LLVM_ABI StructType * | findNonOpaque (ArrayRef< Type * > ETypes, bool IsPacked) |
LLVM_ABI bool | hasType (StructType *Ty) |
void IRMover::IdentifiedStructTypeSet::addNonOpaque | ( | StructType * | Ty | ) |
Definition at line 1618 of file IRMover.cpp.
References assert(), and llvm::StructType::isOpaque().
Referenced by llvm::IRMover::IRMover().
void IRMover::IdentifiedStructTypeSet::addOpaque | ( | StructType * | Ty | ) |
Definition at line 1631 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 1637 of file IRMover.cpp.
References I.
bool IRMover::IdentifiedStructTypeSet::hasType | ( | StructType * | Ty | ) |
Definition at line 1644 of file IRMover.cpp.
References I, and llvm::StructType::isOpaque().
void IRMover::IdentifiedStructTypeSet::switchToNonOpaque | ( | StructType * | Ty | ) |
Definition at line 1623 of file IRMover.cpp.
References assert(), and llvm::StructType::isOpaque().