Searched refs:EntryValue (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfExpression.h | 147 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator 166 bool isEntryValue() const { return LocationFlags & EntryValue; } in isEntryValue()
|
| H A D | DwarfExpression.cpp | 392 LocationFlags |= EntryValue; in setEntryValueFlags() 434 LocationFlags &= ~EntryValue; in finalizeEntryValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetRegisterInfo.cpp | 659 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 669 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
|
| H A D | MachineVerifier.cpp | 3344 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 D | DebugInfoMetadata.cpp | 1643 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 D | DebugInfoMetadata.h | 2871 EntryValue = 1 << 3 enumerator 2884 bool EntryValue = false);
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 2197 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
|
| H A D | InstrRefBasedImpl.cpp | 656 DIExpression::prepend(DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()
|