Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp415 bool IsList, const DIExpression &Expr) { in addDef() argument
419 DbgVariableValue DbgValue(Locs, IsIndirect, IsList, Expr); in addDef()
825 bool IsList = MI.isDebugValueList(); in handleDebugValue() local
833 IsIndirect, IsList, *Expr); in handleDebugValue()
841 UV->addDef(Idx, UndefMOs, false, IsList, *Expr); in handleDebugValue()
1595 bool IsList = DbgValue.getWasList(); in insertDebugValue() local
1598 if (!IsList) { in insertDebugValue()
1617 IsList ? TargetOpcode::DBG_VALUE_LIST : TargetOpcode::DBG_VALUE; in insertDebugValue()