LLVM 24.0.0git
llvm::ValueIsPresent< DIExpression::ExprOperand > Struct Reference

Treat a default-constructed expression operand as absent. More...

#include "llvm/IR/DebugInfoMetadata.h"

Inheritance diagram for llvm::ValueIsPresent< DIExpression::ExprOperand >:
[legend]

Public Types

using UnwrappedType = DIExpression::ExprOperand

Static Public Member Functions

static bool isPresent (const DIExpression::ExprOperand &Op)
static DIExpression::ExprOperandunwrapValue (DIExpression::ExprOperand &Op)

Detailed Description

Treat a default-constructed expression operand as absent.

Definition at line 4101 of file DebugInfoMetadata.h.

Member Typedef Documentation

◆ UnwrappedType

Member Function Documentation

◆ isPresent()

Definition at line 4104 of file DebugInfoMetadata.h.

◆ unwrapValue()


The documentation for this struct was generated from the following file: