Home
last modified time | relevance | path

Searched refs:GetResolvedMask (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h258 uint32_t GetResolvedMask() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp69 m_flags.Set(m_sc.GetResolvedMask()); in StackFrame()
87 m_flags.Set(m_sc.GetResolvedMask()); in StackFrame()
113 m_flags.Set(m_sc.GetResolvedMask()); in StackFrame()
1867 m_flags.Set(m_sc.GetResolvedMask()); in UpdatePreviousFrameFromCurrentFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp302 uint32_t SymbolContext::GetResolvedMask() const { in GetResolvedMask() function in SymbolContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1820 return sc.GetResolvedMask(); in ResolveSymbolContext()