| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFrame.h | 103 bool IsArtificial(); 105 bool IsArtificial() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSubtarget.cpp | 509 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 D | HexagonSubtarget.h | 365 bool IsArtificial, int Latency) const;
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFrameDocstrings.i | 100 ) lldb::SBFrame::IsArtificial;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 103 IsArtificial, enumerator 176 PROPERTY(Property, IsArtificial);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 72 bool IsArtificial() const { return m_artificial; } in IsArtificial() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCRegisterInfo.h | 135 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 D | StackFrame.h | 405 bool IsArtificial() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | Coroutines.cpp | 75 if (!var->IsArtificial()) in InferArtificialCoroType()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 1337 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 D | DebugInfoMetadata.cpp | 1620 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 D | DIBuilder.cpp | 950 bool IsArtificial, in createLabel() argument 955 IsArtificial, CoroSuspendIdx); in createLabel()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFrame.cpp | 1192 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 D | DWARFCFIAnalysis.cpp | 90 if (MCRI->get(LLVMReg).IsArtificial || MCRI->get(LLVMReg).IsConstant) in DWARFCFIAnalysis()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 4117 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 D | DIBuilder.h | 905 bool IsArtificial,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepOut.cpp | 43 while (return_frame_sp->IsArtificial() || return_frame_sp->IsHidden()) { in ComputeTargetFrame()
|
| H A D | StackFrame.cpp | 1262 bool StackFrame::IsArtificial() const { in IsArtificial() function in StackFrame
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.h | 302 bool IsArtificial() const { return is_artificial; } in IsArtificial() function
|
| H A D | DWARFASTParserClang.cpp | 3788 last_field_info.bit_offset == 0 && last_field_info.IsArtificial(); in ShouldCreateUnnamedBitfield()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 2073 bool IsArtificial = ArtificialBlocks.count(&MBB); in join() local 2074 if (!IsArtificial) { in join()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 2259 bool IsArtificial = Record[0] & 2; in parseOneMetadata() local 2274 Column, IsArtificial, CoroSuspendIdx)), in parseOneMetadata()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 699 if (!parent_frame->IsArtificial()) { in Evaluate_DW_OP_entry_value()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1744 return frame->IsArtificial(); in Format()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObject.cpp | 1784 if (!GetVariable() || !GetVariable()->IsArtificial()) in IsRuntimeSupportValue()
|