Home
last modified time | relevance | path

Searched defs:IsArtificial (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDVariable.h72 bool IsArtificial() const { return m_artificial; } in IsArtificial() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonSubtarget.cpp508 bool IsArtificial = Dep.isArtificial(); in adjustSchedDependency() local
540 MachineInstr &DstInst, bool IsArtificial, in updateLatency()
588 bool IsArtificial = I.isArtificial(); in restoreLatency() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.h272 bool IsArtificial() const { return is_artificial; } in IsArtificial() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
HDLVElement.h95 IsArtificial, enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBFrame.cpp1186 bool SBFrame::IsArtificial() { in IsArtificial() function in SBFrame
1192 bool SBFrame::IsArtificial() const { in IsArtificial() function in SBFrame
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp1197 bool StackFrame::IsArtificial() const { in IsArtificial() function in StackFrame
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDVarLocBasedImpl.cpp2066 bool IsArtificial = ArtificialBlocks.count(&MBB); in join() local