LLVM: llvm::logicalview::LVOperation Class Reference (original) (raw)

#include "[llvm/DebugInfo/LogicalView/Core/LVLocation.h](LVLocation%5F8h%5Fsource.html)"

Public Member Functions
LVOperation ()=delete
LVOperation (LVSmall Opcode, ArrayRef< LVUnsigned > Operands)
LVOperation (const LVOperation &)=delete
LVOperation & operator= (const LVOperation &)=delete
~LVOperation ()=default
LVSmall getOpcode () const
LLVM_ABI std::string getOperandsDWARFInfo ()
LLVM_ABI std::string getOperandsCodeViewInfo ()
LLVM_ABI void print (raw_ostream &OS, bool Full=true) const
void dump () const

Definition at line 28 of file LVLocation.h.

llvm::logicalview::LVOperation::LVOperation ( ) delete

Referenced by LVOperation(), and operator=().

LVOperation() [2/3]

LVOperation() [3/3]

References LVOperation().

~LVOperation()

llvm::logicalview::LVOperation::~LVOperation ( ) default

dump()

void llvm::logicalview::LVOperation::dump ( ) const inline

getOpcode()

LVSmall llvm::logicalview::LVOperation::getOpcode ( ) const inline

getOperandsCodeViewInfo()

std::string LVOperation::getOperandsCodeViewInfo ( )

getOperandsDWARFInfo()

std::string LVOperation::getOperandsDWARFInfo ( )

operator=()

References LVOperation().

print()


The documentation for this class was generated from the following files: