Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1295 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 Dlobject.h152 typedef union StackValue { union
158 } StackValue; typedef
162 typedef StackValue *StkId;
H A Dlstate.c187 L1->stack.p = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue); in stack_init()
H A Dldo.c225 newsize + EXTRA_STACK, StackValue); in luaD_reallocstack()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp654 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
663 PrependFlags & DIExpression::StackValue, in prependOffsetExpression()
H A DPrologEpilogInserter.cpp1247 PrependFlags |= DIExpression::StackValue; in replaceFrameIndices()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp586 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift); in replaceDebugValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2764 StackValue = 1 << 2, enumerator
2777 bool StackValue = false,
2799 bool StackValue = false);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1733 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 DSelectionDAGBuilder.cpp1265 bool StackValue = true; in salvageUnresolvedDbgValue() local
1279 salvageDebugInfoImpl(VAsInst, Expr, StackValue, 0, AdditionalValues); in salvageUnresolvedDbgValue()