Return true if this is Opcode.
Synopsis
Declared in <llvm/IR/DebugInfoMetadata.h>
bool
is(uint64_t Opcode) const;
Return Value
true if this is Opcode.
Parameters
Name |
Description |
Opcode |
DWARF expression opcode. |
Created with MrDocs