14 #ifndef LLVM_CODEGEN_SDNODEDBGVALUE_H
15 #define LLVM_CODEGEN_SDNODEDBGVALUE_H
18 #include "llvm/Support/DataTypes.h"
55 unsigned O) : mdPtr(mdP), Offset(off), DL(dl), Order(O),
65 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(
false) {
72 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(
false) {
SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O)
MDNode - a tuple of other values.
SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl, unsigned O)
struct llvm::SDDbgValue::@162::@163 s
SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl, unsigned O)
LLVM Value Representation.