Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h86 enum { EntryValue = 1 << 0, Indirect = 1 << 1, CallSiteParamValue = 1 << 2 }; enumerator
105 bool isEntryValue() const { return LocationFlags & EntryValue; } in isEntryValue()
H A DDwarfCompileUnit.h112 void applyConcreteDbgVariableAttributes(const Loc::EntryValue &EntryValue,
H A DDwarfExpression.cpp393 LocationFlags |= EntryValue; in setEntryValueFlags()
418 LocationFlags |= EntryValue; in beginEntryValueExpression()
436 LocationFlags &= ~EntryValue; in finalizeEntryValue()
H A DDwarfCompileUnit.cpp948 const Loc::EntryValue &EntryValue, const DbgVariable &DV, in applyConcreteDbgVariableAttributes() argument
953 for (auto [Register, Expr] : EntryValue.EntryValues) { in applyConcreteDbgVariableAttributes()
H A DDwarfDebug.cpp1555 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 DTargetRegisterInfo.cpp662 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
672 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
H A DMachineVerifier.cpp3783 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 DDebugInfoMetadata.cpp1849 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 DDebugInfoMetadata.h3011 EntryValue = 1 << 3 enumerator
3024 bool EntryValue = false);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2199 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
H A DInstrRefBasedImpl.cpp684 DIExpression::prepend(DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2922 Expr = DIExpression::prepend(Expr, DIExpression::EntryValue); in salvageDebugInfoImpl()