Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymbol.cpp39 m_contains_linker_annotations (false), in Symbol()
75 m_contains_linker_annotations (contains_linker_annotations), in Symbol()
108 m_contains_linker_annotations (contains_linker_annotations), in Symbol()
128 m_contains_linker_annotations (rhs.m_contains_linker_annotations), in Symbol()
152 m_contains_linker_annotations = rhs.m_contains_linker_annotations; in operator =()
175 m_contains_linker_annotations = false; in Clear()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDSymbol.h345 return m_contains_linker_annotations; in ContainsLinkerAnnotations()
350 m_contains_linker_annotations = b; in SetContainsLinkerAnnotations()
405m_contains_linker_annotations:1, // The symbol name contains linker annotations, which are optiona… variable