LLVM 20.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 1022 of file Constant.h.
|
inlinestatic |
Constant * llvm::sandboxir::GlobalAlias::getAliasee | ( | ) | const |
Definition at line 385 of file Constant.cpp.
References llvm::sandboxir::Value::Ctx, llvm::sandboxir::Context::getOrCreateConstant(), and llvm::sandboxir::Value::Val.
|
inline |
Definition at line 1044 of file Constant.h.
References getAliaseeObject().
const GlobalObject * llvm::sandboxir::GlobalAlias::getAliaseeObject | ( | ) | const |
Definition at line 390 of file Constant.cpp.
References llvm::sandboxir::Value::Ctx, llvm::sandboxir::Context::getOrCreateConstant(), and llvm::sandboxir::Value::Val.
Referenced by getAliaseeObject().
|
inlinestatic |
Definition at line 1049 of file Constant.h.
References llvm::GlobalAlias::isValidLinkage().
void llvm::sandboxir::GlobalAlias::setAliasee | ( | Constant * | Aliasee | ) |
Definition at line 377 of file Constant.cpp.
References llvm::sandboxir::Value::Ctx, llvm::sandboxir::Tracker::emplaceIfTracking(), llvm::sandboxir::Context::getTracker(), and llvm::sandboxir::Value::Val.
|
friend |
Definition at line 1027 of file Constant.h.