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::GlobalObject | |
static bool | classof (const sandboxir::Value *From) |
For isa/dyn_cast. | |
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 1075 of file Constant.h.
|
inlinestatic |
For isa/dyn_cast.
Definition at line 1084 of file Constant.h.
References llvm::sandboxir::Value::getSubclassID().
|
inlineoverridevirtual |
Reimplemented from llvm::sandboxir::Constant.
Definition at line 1114 of file Constant.h.
References llvm::sandboxir::Value::dumpCommonPrefix(), and llvm::sandboxir::Value::dumpCommonSuffix().
Constant * llvm::sandboxir::GlobalIFunc::getResolver | ( | ) | const |
Definition at line 326 of file Constant.cpp.
References llvm::cast(), llvm::sandboxir::Value::Ctx, getResolver(), and llvm::sandboxir::Value::Val.
Referenced by getResolver().
Function * llvm::sandboxir::GlobalIFunc::getResolverFunction | ( | ) |
Definition at line 330 of file Constant.cpp.
References llvm::cast(), llvm::sandboxir::Value::Ctx, and llvm::sandboxir::Value::Val.
Referenced by getResolverFunction().
Definition at line 1100 of file Constant.h.
References getResolverFunction().
|
inlinestatic |
Definition at line 1104 of file Constant.h.
References llvm::GlobalIFunc::isValidLinkage().
void llvm::sandboxir::GlobalIFunc::setResolver | ( | Constant * | Resolver | ) |
Definition at line 317 of file Constant.cpp.
References llvm::cast(), llvm::sandboxir::Value::Ctx, and llvm::sandboxir::Value::Val.
|
inlineoverridevirtual |
Should crash if there is something wrong with the instruction.
Reimplemented from llvm::sandboxir::Constant.
Definition at line 1111 of file Constant.h.
References assert(), llvm::isa(), and llvm::sandboxir::Value::Val.
|
friend |