Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1848 bool StackValue = Flags & DIExpression::StackValue; in prepend() local
1851 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend()
1856 unsigned ArgNo, bool StackValue) { in appendOpsToArg() argument
1865 return DIExpression::prependOpcodes(Expr, NewOps, StackValue); in appendOpsToArg()
1871 if (StackValue) { in appendOpsToArg()
1873 StackValue = false; in appendOpsToArg()
1876 StackValue = false; in appendOpsToArg()
1883 if (StackValue) in appendOpsToArg()
1913 bool StackValue, bool EntryValue) { in prependOpcodes() argument
1926 StackValue = false; in prependOpcodes()
[all …]
/freebsd/contrib/lua/src/
H A Dlobject.h148 typedef union StackValue { union
154 } StackValue; typedef
158 typedef StackValue *StkId;
H A Dlstate.c183 L1->stack.p = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
H A Dldo.c221 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp662 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
671 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
H A DPrologEpilogInserter.cpp1411 PrependFlags |= DIExpression::StackValue; in replaceFrameIndexDebugInstr()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp582 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2266 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues() local
2287 DIExpression::appendOpsToArg(SalvagedExpr, Ops, LocNo, StackValue); in salvageDebugInfoForDbgValues()
2327 bool StackValue = in salvageDebugInfoForDbgValues() local
2349 DIExpression::appendOpsToArg(SalvagedExpr, Ops, LocNo, StackValue); in salvageDebugInfoForDbgValues()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1296 bool StackValue = false; in emitLoc() local
1312 StackValue = true; in emitLoc()
1324 Expr = DIExpression::appendOpsToArg(Expr, OffsetOps, Idx, StackValue); in emitLoc()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3010 StackValue = 1 << 2, enumerator
3023 bool StackValue = false,
3045 bool StackValue = false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1521 bool StackValue = true; in salvageUnresolvedDbgValue() local
1550 Expr = DIExpression::appendOpsToArg(Expr, Ops, 0, StackValue); in salvageUnresolvedDbgValue()