Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
186 N.IsRoot || startsWith(Name, N.Name, Strict, Consummed, in compareNode()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h52 IsRoot, enumerator
176 KIND_1(LVScopeKind, IsRoot, TransformName);
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp358 clEnumValN(LVScopeKind::IsRoot, "Root", "Root."),
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp107 {LVScopeKind::IsRoot, &LVScope::getIsRoot},