Home
last modified time | relevance | path

Searched refs:EntryValue (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h147 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
166 bool isEntryValue() const { return LocationFlags & EntryValue; } in isEntryValue()
H A DDwarfExpression.cpp392 LocationFlags |= EntryValue; in setEntryValueFlags()
434 LocationFlags &= ~EntryValue; in finalizeEntryValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp659 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
669 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
H A DMachineVerifier.cpp3344 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
3348 int EntryValue = 0; member
3382 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
3384 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
3418 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
3425 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n"; in verifyStackFrame()
3433 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
3437 << " has entry state (" << SPState[Succ->getNumber()].EntryValue in verifyStackFrame()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1643 bool EntryValue = Flags & DIExpression::EntryValue; in prepend() local
1645 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend()
1707 bool StackValue, bool EntryValue) { in prependOpcodes() argument
1710 if (EntryValue) { in prependOpcodes()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2871 EntryValue = 1 << 3 enumerator
2884 bool EntryValue = false);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2197 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
H A DInstrRefBasedImpl.cpp656 DIExpression::prepend(DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()