get overloads
Declared in <llvm/IR/Metadata.h>
Return a uniqued tuple metadata node with operands MDs.
static
MDTuple*
get(
LLVMContext& Context,
ArrayRef<Metadata*> MDs);
» more...
Get or create a DINamespace with the given operands.
static
DINamespace*
get(
LLVMContext& Context,
DIScope* Scope,
StringRef Name,
bool ExportSymbols);
» more...
Get or create a DINamespace with the given operands.
static
DINamespace*
get(
LLVMContext& Context,
Metadata* Scope,
MDString* Name,
bool ExportSymbols);
» more...
MDs.| Name | Description |
|---|---|
| Context | LLVM context that owns the node. |
| MDs | Operand metadata. |
| Scope | Parent lexical or type scope. |
| Name | Source-level name. |
| ExportSymbols | Whether the namespace exports its symbols. |