class SDLoc

Declaration

class SDLoc { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1118

Method Overview

  • public SDLoc()
  • public SDLoc(const llvm::SDNode * N)
  • public SDLoc(const llvm::SDValue V)
  • public SDLoc(const llvm::Instruction * I, int Order)
  • public const llvm::DebugLoc & getDebugLoc() const
  • public unsigned int getIROrder() const

Methods

SDLoc()

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1124

SDLoc(const llvm::SDNode* N)

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1125

Parameters

const llvm::SDNode* N

SDLoc(const llvm::SDValue V)

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1126

Parameters

const llvm::SDValue V

SDLoc(const llvm::Instruction* I, int Order)

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1127

Parameters

const llvm::Instruction* I
int Order

const llvm::DebugLoc& getDebugLoc() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1134

unsigned int getIROrder() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1133