Home
last modified time | relevance | path

Searched refs:DbgValTy (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h109 using DbgValTy = const DbgValueInst *; variable
111 PointerUnion<DbgValTy, VarLocTy> Info;
124 return Info.get<DbgValTy>()->getVariable(); in getVariable()
129 return Info.get<DbgValTy>()->getExpression(); in getExpression()
135 return Info.get<DbgValTy>()->getVariableLocationOp(Idx); in getVariableLocationOp()
140 return Info.get<DbgValTy>()->getDebugLoc(); in getDebugLoc()