Home
last modified time | relevance | path

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

/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/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp511 bool IsArtificial = Dep.isArtificial(); in adjustSchedDependency() local
543 MachineInstr &DstInst, bool IsArtificial, in updateLatency()
591 bool IsArtificial = I.isArtificial(); in restoreLatency() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.h266 bool IsArtificial() const { return is_artificial; } in IsArtificial() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h95 IsArtificial, enumerator
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp1182 bool SBFrame::IsArtificial() { in IsArtificial() function in SBFrame
1188 bool SBFrame::IsArtificial() const { in IsArtificial() function in SBFrame
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1202 bool StackFrame::IsArtificial() const { in IsArtificial() function in StackFrame
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2066 bool IsArtificial = ArtificialBlocks.count(&MBB); in join() local