Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DVariable.h72 bool IsArtificial() const { return m_artificial; } in IsArtificial() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp511 bool IsArtificial = Dep.isArtificial(); in adjustSchedDependency() local
543 MachineInstr &DstInst, bool IsArtificial, in updateLatency()
590 bool IsArtificial = I.isArtificial(); in restoreLatency() local
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp1119 bool SBFrame::IsArtificial() { in IsArtificial() function in SBFrame
1125 bool SBFrame::IsArtificial() const { in IsArtificial() function in SBFrame
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h95 IsArtificial, enumerator
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp1209 bool StackFrame::IsArtificial() const { in IsArtificial() function in StackFrame
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp2066 bool IsArtificial = ArtificialBlocks.count(&MBB); in join() local