Home
last modified time | relevance | path

Searched refs:m_contains_linker_annotations (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp33 m_demangled_is_synthesized(false), m_contains_linker_annotations(false), in Symbol()
47 m_contains_linker_annotations(contains_linker_annotations), in Symbol()
62 m_contains_linker_annotations(contains_linker_annotations), in Symbol()
74 m_contains_linker_annotations(rhs.m_contains_linker_annotations), in Symbol()
91 m_contains_linker_annotations = rhs.m_contains_linker_annotations; in operator =()
158 m_contains_linker_annotations = false; in Clear()
663 m_contains_linker_annotations = (1u << 7 & bitfields) != 0; in Decode()
720 if (m_contains_linker_annotations) in Encode()
[all...]
/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h232 return m_contains_linker_annotations; in ContainsLinkerAnnotations()
235 m_contains_linker_annotations = b; in SetContainsLinkerAnnotations()
336 m_contains_linker_annotations : 1, // The symbol name contains linker variable