Searched refs:IsList (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 414 bool IsList, const DIExpression &Expr) { in addDef() argument 418 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef() 854 bool IsList = MI.isDebugValueList(); in handleDebugValue() local 862 IsIndirect, IsList, *Expr); in handleDebugValue() 870 UV->addDef(Idx, UndefMOs, false, IsList, *Expr); in handleDebugValue() 1699 bool IsList = DbgValue.getWasList(); in insertDebugValue() local 1702 if (!IsList) { in insertDebugValue() 1721 IsList ? TargetOpcode::DBG_VALUE_LIST : TargetOpcode::DBG_VALUE; in insertDebugValue()
|