Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1642 bool StackValue = Flags & DIExpression::StackValue; in prepend() local
1645 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend()
1650 unsigned ArgNo, bool StackValue) { in appendOpsToArg() argument
1659 return DIExpression::prependOpcodes(Expr, NewOps, StackValue); in appendOpsToArg()
1665 if (StackValue) { in appendOpsToArg()
1667 StackValue = false; in appendOpsToArg()
1670 StackValue = false; in appendOpsToArg()
1677 if (StackValue) in appendOpsToArg()
1707 bool StackValue, bool EntryValue) { in prependOpcodes() argument
1720 StackValue = false; in prependOpcodes()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp659 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
668 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp583 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1266 bool StackValue = false; in emitLoc() local
1282 StackValue = true; in emitLoc()
1294 Expr = DIExpression::appendOpsToArg(Expr, OffsetOps, Idx, StackValue); in emitLoc()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2870 StackValue = 1 << 2, enumerator
2883 bool StackValue = false,
2905 bool StackValue = false);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp1866 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues() local
1887 DIExpression::appendOpsToArg(SalvagedExpr, Ops, LocNo, StackValue); in salvageDebugInfoForDbgValues()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1334 bool StackValue = true; in salvageUnresolvedDbgValue() local
1362 Expr = DIExpression::appendOpsToArg(Expr, Ops, 0, StackValue); in salvageUnresolvedDbgValue()