Searched refs:IsArtificial (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBFrame.i | 157 frame.") IsArtificial; 159 IsArtificial(); 162 IsArtificial() const;
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBFrame.h | 94 bool IsArtificial(); 96 bool IsArtificial() const;
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 511 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 D | HexagonSubtarget.h | 349 bool IsArtificial, int Latency) const;
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 95 IsArtificial, enumerator 168 PROPERTY(Property, IsArtificial);
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | Variable.h | 72 bool IsArtificial() const { return m_artificial; } in IsArtificial() function
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | StackFrame.h | 391 bool IsArtificial() const;
|
/openbsd/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | Coroutines.cpp | 72 if (!promise_var->IsArtificial()) in InferPromiseType()
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBFrame.cpp | 1119 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 D | ThreadPlanStepOut.cpp | 61 while (return_frame_sp->IsArtificial()) { in ThreadPlanStepOut()
|
H A D | StackFrame.cpp | 1209 bool StackFrame::IsArtificial() const { in IsArtificial() function in StackFrame
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 2066 bool IsArtificial = ArtificialBlocks.count(&MBB); in join() local 2067 if (!IsArtificial) { in join()
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | DWARFExpression.cpp | 652 if (!parent_frame->IsArtificial()) { in Evaluate_DW_OP_entry_value()
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | FormatEntity.cpp | 1542 return frame->IsArtificial(); in Format()
|
H A D | ValueObject.cpp | 1594 if (!GetVariable() || !GetVariable()->IsArtificial()) in IsRuntimeSupportValue()
|