Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 DDwarfCompileUnit.h112 void applyConcreteDbgVariableAttributes(const Loc::EntryValue &EntryValue,
H A DDwarfExpression.cpp392 LocationFlags |= EntryValue; in setEntryValueFlags()
417 LocationFlags |= EntryValue; in beginEntryValueExpression()
435 LocationFlags &= ~EntryValue; in finalizeEntryValue()
H A DDwarfDebug.h172 struct EntryValue { struct
174 explicit EntryValue(MCRegister Reg, const DIExpression &Expr) { in EntryValue() function
190 Loc::EntryValue>; argument
H A DDwarfCompileUnit.cpp933 const Loc::EntryValue &EntryValue, const DbgVariable &DV, in applyConcreteDbgVariableAttributes() argument
938 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-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3474 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
3478 int EntryValue = 0; member
3512 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
3514 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
3518 if ((int)MBB->getCallFrameSize() != -BBState.EntryValue) { in verifyStackFrame()
3524 << -BBState.EntryValue << '\n'; in verifyStackFrame()
3557 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
3564 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n"; in verifyStackFrame()
3572 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
3576 << " has entry state (" << SPState[Succ->getNumber()].EntryValue in verifyStackFrame()
H A DTargetRegisterInfo.cpp659 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
669 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1762 bool EntryValue = Flags & DIExpression::EntryValue; in prepend() local
1764 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend()
1826 bool StackValue, bool EntryValue) { in prependOpcodes() argument
1829 if (EntryValue) { in prependOpcodes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2952 EntryValue = 1 << 3 enumerator
2965 bool EntryValue = false);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2199 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
H A DInstrRefBasedImpl.cpp656 DIExpression::prepend(DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2894 Expr = DIExpression::prepend(Expr, DIExpression::EntryValue); in salvageDebugInfoImpl()