Searched refs:StackValue (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1295 bool StackValue = Flags & DIExpression::StackValue; in prepend() local 1298 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend() 1303 unsigned ArgNo, bool StackValue) { in appendOpsToArg() argument 1312 return DIExpression::prependOpcodes(Expr, NewOps, StackValue); in appendOpsToArg() 1349 bool StackValue, in prependOpcodes() argument 1363 StackValue = false; in prependOpcodes() 1366 if (StackValue) { in prependOpcodes() 1368 StackValue = false; in prependOpcodes() 1371 StackValue = false; in prependOpcodes() 1376 if (StackValue) in prependOpcodes()
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lobject.h | 152 typedef union StackValue { union 158 } StackValue; typedef 162 typedef StackValue *StkId;
|
H A D | lstate.c | 187 L1->stack.p = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
|
H A D | ldo.c | 225 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetRegisterInfo.cpp | 654 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 663 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
|
H A D | PrologEpilogInserter.cpp | 1247 PrependFlags |= DIExpression::StackValue; in replaceFrameIndices()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 586 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2764 StackValue = 1 << 2, enumerator 2777 bool StackValue = false, 2799 bool StackValue = false);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1733 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues() local 1741 I, DII->getExpression(), StackValue, LocNo, AdditionalValues); in salvageDebugInfoForDbgValues()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1265 bool StackValue = true; in salvageUnresolvedDbgValue() local 1279 salvageDebugInfoImpl(VAsInst, Expr, StackValue, 0, AdditionalValues); in salvageUnresolvedDbgValue()
|