Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBFrame.i157 frame.") IsArtificial;
159 IsArtificial();
162 IsArtificial() const;
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBFrame.h94 bool IsArtificial();
96 bool IsArtificial() const;
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp511 bool IsArtificial = Dep.isArtificial(); in adjustSchedDependency() local
512 Latency = updateLatency(*SrcInst, *DstInst, IsArtificial, Latency); in adjustSchedDependency()
543 MachineInstr &DstInst, bool IsArtificial, in updateLatency() argument
545 if (IsArtificial) in updateLatency()
590 bool IsArtificial = I.isArtificial(); in restoreLatency() local
591 Latency = updateLatency(*SrcI, *DstI, IsArtificial, Latency); in restoreLatency()
DHexagonSubtarget.h349 bool IsArtificial, int Latency) const;
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DVariable.h72 bool IsArtificial() const { return m_artificial; } in IsArtificial() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DStackFrame.h391 bool IsArtificial() const;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DCoroutines.cpp72 if (!promise_var->IsArtificial()) in InferPromiseType()
/openbsd/src/gnu/llvm/lldb/source/API/
DSBFrame.cpp1119 bool SBFrame::IsArtificial() { in IsArtificial() function in SBFrame
1122 return static_cast<const SBFrame *>(this)->IsArtificial(); in IsArtificial()
1125 bool SBFrame::IsArtificial() const { in IsArtificial() function in SBFrame
1133 return frame->IsArtificial(); in IsArtificial()
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlanStepOut.cpp61 while (return_frame_sp->IsArtificial()) { in ThreadPlanStepOut()
DStackFrame.cpp1209 bool StackFrame::IsArtificial() const { in IsArtificial() function in StackFrame
/openbsd/src/gnu/llvm/lldb/source/Expression/
DDWARFExpression.cpp652 if (!parent_frame->IsArtificial()) { in Evaluate_DW_OP_entry_value()
/openbsd/src/gnu/llvm/lldb/source/Core/
DFormatEntity.cpp1542 return frame->IsArtificial(); in Format()
DValueObject.cpp1594 if (!GetVariable() || !GetVariable()->IsArtificial()) in IsRuntimeSupportValue()