LLVM 22.0.0git
|
#include "llvm/SandboxIR/Constant.h"
Static Public Member Functions | |
static bool | classof (const sandboxir::Value *From) |
For isa/dyn_cast. | |
static bool | isValidLinkage (LinkageTypes L) |
Static Public Member Functions inherited from llvm::sandboxir::GlobalValue | |
static bool | classof (const sandboxir::Value *From) |
For isa/dyn_cast. | |
static UnnamedAddr | getMinUnnamedAddr (UnnamedAddr A, UnnamedAddr B) |
Static Public Member Functions inherited from llvm::sandboxir::Constant | |
static bool | classof (const sandboxir::Value *From) |
For isa/dyn_cast. | |
Static Public Member Functions inherited from llvm::sandboxir::User | |
static bool | classof (const Value *From) |
For isa/dyn_cast. |
Friends | |
class | Context |
Definition at line 1289 of file Constant.h.
|
inlinestatic |
For isa/dyn_cast.
Definition at line 1298 of file Constant.h.
References llvm::sandboxir::Value::getSubclassID().
Constant * llvm::sandboxir::GlobalAlias::getAliasee | ( | ) | const |
Definition at line 376 of file Constant.cpp.
References llvm::cast(), llvm::sandboxir::Value::Ctx, and llvm::sandboxir::Value::Val.
|
inline |
Definition at line 1311 of file Constant.h.
const GlobalObject * llvm::sandboxir::GlobalAlias::getAliaseeObject | ( | ) | const |
Definition at line 381 of file Constant.cpp.
References llvm::cast(), llvm::sandboxir::Value::Ctx, and llvm::sandboxir::Value::Val.
|
inlinestatic |
Definition at line 1316 of file Constant.h.
References llvm::GlobalAlias::isValidLinkage().
void llvm::sandboxir::GlobalAlias::setAliasee | ( | Constant * | Aliasee | ) |
Definition at line 368 of file Constant.cpp.
References llvm::cast(), llvm::sandboxir::Value::Ctx, and llvm::sandboxir::Value::Val.
|
friend |