Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp32 bool IsRoot = false; member
43 constexpr bool hasChildren() const { return ChildrenOffset != 0 || IsRoot; } in hasChildren()
63 N.IsRoot = true; in createRoot()
184 bool DoesStartWith = N.IsRoot || startsWith(Name, N.Name, Strict, Consummed, in compareNode()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h52 IsRoot, enumerator
176 KIND_1(LVScopeKind, IsRoot, TransformName);
/src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp358 clEnumValN(LVScopeKind::IsRoot, "Root", "Root."),
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp98 {LVScopeKind::IsRoot, &LVScope::getIsRoot},