Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h103 bool IsArtificial();
105 bool IsArtificial() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp509 bool IsArtificial = Dep.isArtificial(); in adjustSchedDependency() local
510 Latency = updateLatency(*SrcInst, *DstInst, IsArtificial, Latency); in adjustSchedDependency()
541 MachineInstr &DstInst, bool IsArtificial, in updateLatency() argument
543 if (IsArtificial) in updateLatency()
589 bool IsArtificial = I.isArtificial(); in restoreLatency() local
590 Latency = updateLatency(*SrcI, *DstI, IsArtificial, *Latency); in restoreLatency()
H A DHexagonSubtarget.h365 bool IsArtificial, int Latency) const;
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameDocstrings.i100 ) lldb::SBFrame::IsArtificial;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h103 IsArtificial, enumerator
176 PROPERTY(Property, IsArtificial);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DVariable.h72 bool IsArtificial() const { return m_artificial; } in IsArtificial() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h135 bool IsArtificial; member
406 bool isArtificial(MCRegister RegNo) const { return get(RegNo).IsArtificial; } in isArtificial()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h405 bool IsArtificial() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp75 if (!var->IsArtificial()) in InferArtificialCoroType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h1337 bool IsArtificial;
1341 unsigned Column, bool IsArtificial,
1344 IsArtificial(IsArtificial), CoroSuspendIdx(CoroSuspendIdx) {}
1348 IsArtificial(N->isArtificial()),
1354 Column == RHS->getColumn() && IsArtificial == RHS->isArtificial() &&
1360 return hash_combine(Scope, Name, Line, Column, IsArtificial,
H A DDebugInfoMetadata.cpp1620 unsigned Column, bool IsArtificial, in DILabel() argument
1626 this->IsArtificial = IsArtificial; in DILabel()
1631 bool IsArtificial, in getImpl() argument
1637 DILabel, (Scope, Name, File, Line, Column, IsArtificial, CoroSuspendIdx)); in getImpl()
1639 DEFINE_GETIMPL_STORE(DILabel, (Line, Column, IsArtificial, CoroSuspendIdx), in getImpl()
H A DDIBuilder.cpp950 bool IsArtificial, in createLabel() argument
955 IsArtificial, CoroSuspendIdx); in createLabel()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp1192 bool SBFrame::IsArtificial() { in IsArtificial() function in SBFrame
1195 return static_cast<const SBFrame *>(this)->IsArtificial(); in IsArtificial()
1198 bool SBFrame::IsArtificial() const { in IsArtificial() function in SBFrame
1205 return frame->IsArtificial(); in IsArtificial()
/freebsd/contrib/llvm-project/llvm/lib/DWARFCFIChecker/
H A DDWARFCFIAnalysis.cpp90 if (MCRI->get(LLVMReg).IsArtificial || MCRI->get(LLVMReg).IsConstant) in DWARFCFIAnalysis()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h4117 bool IsArtificial;
4120 bool IsArtificial, std::optional<unsigned> CoroSuspendIdx,
4126 bool IsArtificial,
4130 Line, Column, IsArtificial, CoroSuspendIdx, Storage,
4135 unsigned Line, unsigned Column, bool IsArtificial,
4148 unsigned Line, unsigned Column, bool IsArtificial,
4150 (Scope, Name, File, Line, Column, IsArtificial,
4154 unsigned Line, unsigned Column, bool IsArtificial,
4156 (Scope, Name, File, Line, Column, IsArtificial,
4171 bool isArtificial() const { return IsArtificial; }
H A DDIBuilder.h905 bool IsArtificial,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp43 while (return_frame_sp->IsArtificial() || return_frame_sp->IsHidden()) { in ComputeTargetFrame()
H A DStackFrame.cpp1262 bool StackFrame::IsArtificial() const { in IsArtificial() function in StackFrame
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h302 bool IsArtificial() const { return is_artificial; } in IsArtificial() function
H A DDWARFASTParserClang.cpp3788 last_field_info.bit_offset == 0 && last_field_info.IsArtificial(); in ShouldCreateUnnamedBitfield()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2073 bool IsArtificial = ArtificialBlocks.count(&MBB); in join() local
2074 if (!IsArtificial) { in join()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2259 bool IsArtificial = Record[0] & 2; in parseOneMetadata() local
2274 Column, IsArtificial, CoroSuspendIdx)), in parseOneMetadata()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp699 if (!parent_frame->IsArtificial()) { in Evaluate_DW_OP_entry_value()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1744 return frame->IsArtificial(); in Format()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1784 if (!GetVariable() || !GetVariable()->IsArtificial()) in IsRuntimeSupportValue()

12