Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBFrame.i157 frame.") IsArtificial;
159 IsArtificial();
162 IsArtificial() const;
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBFrame.h94 bool IsArtificial();
96 bool IsArtificial() const;
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A 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()
H A DHexagonSubtarget.h349 bool IsArtificial, int Latency) const;
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h95 IsArtificial, enumerator
168 PROPERTY(Property, IsArtificial);
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h72 bool IsArtificial() const { return m_artificial; } in IsArtificial() function
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrame.h391 bool IsArtificial() const;
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp72 if (!promise_var->IsArtificial()) in InferPromiseType()
/openbsd/gnu/llvm/lldb/source/API/
H A 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/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOut.cpp61 while (return_frame_sp->IsArtificial()) { in ThreadPlanStepOut()
H A DStackFrame.cpp1209 bool StackFrame::IsArtificial() const { in IsArtificial() function in StackFrame
/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2066 bool IsArtificial = ArtificialBlocks.count(&MBB); in join() local
2067 if (!IsArtificial) { in join()
/openbsd/gnu/llvm/lldb/source/Expression/
H A DDWARFExpression.cpp652 if (!parent_frame->IsArtificial()) { in Evaluate_DW_OP_entry_value()
/openbsd/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1542 return frame->IsArtificial(); in Format()
H A DValueObject.cpp1594 if (!GetVariable() || !GetVariable()->IsArtificial()) in IsRuntimeSupportValue()