Searched refs:EntryValue (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 86 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator 105 bool isEntryValue() const { return LocationFlags & EntryValue; } in isEntryValue()
|
H A D | DwarfCompileUnit.h | 112 void applyConcreteDbgVariableAttributes(const Loc::EntryValue &EntryValue,
|
H A D | DwarfExpression.cpp | 393 LocationFlags |= EntryValue; in setEntryValueFlags() 418 LocationFlags |= EntryValue; in beginEntryValueExpression() 436 LocationFlags &= ~EntryValue; in finalizeEntryValue()
|
H A D | DwarfCompileUnit.cpp | 948 const Loc::EntryValue &EntryValue, const DbgVariable &DV, in applyConcreteDbgVariableAttributes() argument 953 for (auto [Register, Expr] : EntryValue.EntryValues) { in applyConcreteDbgVariableAttributes()
|
H A D | DwarfDebug.cpp | 1555 auto *PreviousEntryValue = std::get_if<Loc::EntryValue>(PreviousLoc); in collectVariableInfoFromMFTable() 1567 PreviousLoc->emplace<Loc::EntryValue>(VI.getEntryValueRegister(), in collectVariableInfoFromMFTable() 1580 RegVar->emplace<Loc::EntryValue>(VI.getEntryValueRegister(), *VI.Expr); in collectVariableInfoFromMFTable()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetRegisterInfo.cpp | 662 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression() 672 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
|
H A D | MachineVerifier.cpp | 3783 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB() 3787 int EntryValue = 0; member 3821 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame() 3823 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame() 3827 if ((int)MBB->getCallFrameSize() != -BBState.EntryValue) { in verifyStackFrame() 3833 << -BBState.EntryValue << '\n'; in verifyStackFrame() 3872 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame() 3879 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n"; in verifyStackFrame() 3887 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame() 3891 << " has entry state (" << SPState[Succ->getNumber()].EntryValue in verifyStackFrame()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1849 bool EntryValue = Flags & DIExpression::EntryValue; in prepend() local 1851 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend() 1913 bool StackValue, bool EntryValue) { in prependOpcodes() argument 1916 if (EntryValue) { in prependOpcodes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 3011 EntryValue = 1 << 3 enumerator 3024 bool EntryValue = false);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 2199 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
|
H A D | InstrRefBasedImpl.cpp | 684 DIExpression::prepend(DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 2922 Expr = DIExpression::prepend(Expr, DIExpression::EntryValue); in salvageDebugInfoImpl()
|