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 1632 of file IRMover.cpp.
References assert().
void IRMover::IdentifiedStructTypeSet::addOpaque | ( | StructType * | Ty | ) |
Definition at line 1645 of file IRMover.cpp.
References assert().
StructType * IRMover::IdentifiedStructTypeSet::findNonOpaque | ( | ArrayRef< Type * > | ETypes, |
bool | IsPacked ) |
Definition at line 1651 of file IRMover.cpp.
References I, and llvm::InnerAnalysisManagerProxy< AnalysisManagerT, IRUnitT, ExtraArgTs... >::Key.
bool IRMover::IdentifiedStructTypeSet::hasType | ( | StructType * | Ty | ) |
Definition at line 1658 of file IRMover.cpp.
References I.
void IRMover::IdentifiedStructTypeSet::switchToNonOpaque | ( | StructType * | Ty | ) |
Definition at line 1637 of file IRMover.cpp.
References assert().