Searched defs:IsArtificial (Results 1 – 7 of 7) sorted by relevance
/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Variable.h | 72 bool IsArtificial() const { return m_artificial; } in IsArtificial() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 508 Latency = updateLatency(*SrcInst, *DstInst, IsArtificial, Latency); in adjustSchedDependency() local 588 Latency = updateLatency(*SrcI, *DstI, IsArtificial, *Latency); in restoreLatency() local 540 updateLatency(MachineInstr & SrcInst,MachineInstr & DstInst,bool IsArtificial,int Latency) const updateLatency() argument
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFASTParserClang.h | 267 bool IsArtificial() const { return is_artificial; } IsArtificial() function
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 95 IsArtificial, enumerator
|
/llvm-project/lldb/source/API/ |
H A D | SBFrame.cpp | 1186 bool SBFrame::IsArtificial() { IsArtificial() function in SBFrame 1192 bool SBFrame::IsArtificial() const { IsArtificial() function in SBFrame
|
/llvm-project/lldb/source/Target/ |
H A D | StackFrame.cpp | 1197 bool StackFrame::IsArtificial() const { IsArtificial() function in StackFrame
|
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 2066 bool IsArtificial = ArtificialBlocks.count(&MBB); join() local
|