Searched refs:StackValue (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1848 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 D | lobject.h | 148 typedef union StackValue { union 154 } StackValue; typedef 158 typedef StackValue *StkId;
|
H A D | lstate.c | 183 L1->stack.p = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
|
H A D | ldo.c | 221 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetRegisterInfo.cpp | 662 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 671 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
|
H A D | PrologEpilogInserter.cpp | 1411 PrependFlags |= DIExpression::StackValue; in replaceFrameIndexDebugInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 582 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2266 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 D | InstrRefBasedImpl.cpp | 1296 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 D | DebugInfoMetadata.h | 3010 StackValue = 1 << 2, enumerator 3023 bool StackValue = false, 3045 bool StackValue = false);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1521 bool StackValue = true; in salvageUnresolvedDbgValue() local 1550 Expr = DIExpression::appendOpsToArg(Expr, Ops, 0, StackValue); in salvageUnresolvedDbgValue()
|