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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1295 bool StackValue = Flags & DIExpression::StackValue; local
1298 return prependOpcodes(Expr, Ops, StackValue, EntryValue);
1303 unsigned ArgNo, bool StackValue) {
1312 return DIExpression::prependOpcodes(Expr, NewOps, StackValue);
1349 bool StackValue,
1363 StackValue = false;
1366 if (StackValue) {
1368 StackValue = false;
1371 StackValue
1301 appendOpsToArg(const DIExpression *Expr, ArrayRef<uint64_t> Ops, unsigned ArgNo, bool StackValue) argument
1347 prependOpcodes(const DIExpression *Expr, SmallVectorImpl<uint64_t> &Ops, bool StackValue, bool EntryValue) argument
[all...]
/netbsd-current/external/mit/lua/dist/src/
H A Dlobject.h152 typedef union StackValue { union
158 } StackValue; typedef in typeref:union:StackValue
162 typedef StackValue *StkId;
175 /* convert a 'StackValue' to a 'TValue' */
H A Dlstate.c187 L1->stack.p = luaM_newvector(L, BASIC_STACK_SIZE + EXTRA_STACK, StackValue);
H A Dldo.c225 newsize + EXTRA_STACK, StackValue);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp654 DIExpression::StackValue | DIExpression::EntryValue)) == 0 &&
663 PrependFlags & DIExpression::StackValue,
H A DPrologEpilogInserter.cpp1247 PrependFlags |= DIExpression::StackValue;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp586 DIExpression::prepend(Expr, DIExpression::StackValue, AddrDispShift);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2764 StackValue = 1 << 2,
2777 bool StackValue = false,
2799 bool StackValue = false);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp1733 bool StackValue = isa<DbgValueInst>(DII);
1741 I, DII->getExpression(), StackValue, LocNo, AdditionalValues);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1265 bool StackValue = true; local
1279 salvageDebugInfoImpl(VAsInst, Expr, StackValue, 0, AdditionalValues);

Completed in 495 milliseconds