Home
last modified time | relevance | path

Searched refs:EntryValue (Results 1 – 13 of 13) 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.h116 void applyConcreteDbgVariableAttributes(const Loc::EntryValue &EntryValue,
H A DDwarfDebug.h172 struct EntryValue { struct
174 explicit EntryValue(MCRegister Reg, const DIExpression &Expr) { in EntryValue() function
190 Loc::EntryValue>; argument
H A DDwarfExpression.cpp399 LocationFlags |= EntryValue; in setEntryValueFlags()
424 LocationFlags |= EntryValue; in beginEntryValueExpression()
442 LocationFlags &= ~EntryValue; in finalizeEntryValue()
H A DDwarfCompileUnit.cpp980 const Loc::EntryValue &EntryValue, const DbgVariable &DV, in applyConcreteDbgVariableAttributes() argument
985 for (auto [Register, Expr] : EntryValue.EntryValues) { in applyConcreteDbgVariableAttributes()
H A DDwarfDebug.cpp1565 auto *PreviousEntryValue = std::get_if<Loc::EntryValue>(PreviousLoc); in collectVariableInfoFromMFTable()
1577 PreviousLoc->emplace<Loc::EntryValue>(VI.getEntryValueRegister(), in collectVariableInfoFromMFTable()
1590 RegVar->emplace<Loc::EntryValue>(VI.getEntryValueRegister(), *VI.Expr); in collectVariableInfoFromMFTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp710 DIExpression::StackValue | DIExpression::EntryValue)) == 0 && in prependOffsetExpression()
720 PrependFlags & DIExpression::EntryValue); in prependOffsetExpression()
H A DMachineVerifier.cpp3935 : EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
3939 int EntryValue = 0; member
3973 BBState.EntryValue = SPState[StackPred->getNumber()].ExitValue; in verifyStackFrame()
3975 BBState.ExitValue = BBState.EntryValue; in verifyStackFrame()
3979 if ((int)MBB->getCallFrameSize() != -BBState.EntryValue) { in verifyStackFrame()
3985 << -BBState.EntryValue << '\n'; in verifyStackFrame()
4024 (SPState[Pred->getNumber()].ExitValue != BBState.EntryValue || in verifyStackFrame()
4031 << BBState.EntryValue << ", " << BBState.EntryIsSetup << ").\n"; in verifyStackFrame()
4039 (SPState[Succ->getNumber()].EntryValue != BBState.ExitValue || in verifyStackFrame()
4043 << SPState[Succ->getNumber()].EntryValue << ", " in verifyStackFrame()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp2127 bool EntryValue = Flags & DIExpression::EntryValue; in prepend() local
2129 return prependOpcodes(Expr, Ops, StackValue, EntryValue); in prepend()
2191 bool StackValue, bool EntryValue) { in prependOpcodes() argument
2194 if (EntryValue) { in prependOpcodes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1888 Expr = DIExpression::prepend(Expr, DIExpression::EntryValue); in salvageDebugInfoImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2203 DIExpression::prepend(MI.getDebugExpression(), DIExpression::EntryValue); in recordEntryValue()
H A DInstrRefBasedImpl.cpp700 DIExpression::prepend(DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h3604 EntryValue = 1 << 3 enumerator
3617 bool EntryValue = false);