Home
last modified time | relevance | path

Searched refs:NamespaceKind (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DConfig.h51 enum class NamespaceKind { enum
186 NamespaceKind namespaceKind = NamespaceKind::twolevel;
H A DDriver.cpp781 } else if (config->namespaceKind == NamespaceKind::twolevel && in getUndefinedSymbolTreatment()
1666 ? NamespaceKind::twolevel in link()
1667 : NamespaceKind::flat; in link()
H A DSymbolTable.cpp123 bool interposable = config->namespaceKind == NamespaceKind::flat && in addDefined()
H A DSyntheticSections.cpp134 if (config->namespaceKind == NamespaceKind::twolevel) in writeTo()
555 if (config->namespaceKind == NamespaceKind::flat || dysym.isDynamicLookup()) in ordinalForDylibSymbol()
H A DInputFiles.cpp1774 if (config->namespaceKind == NamespaceKind::flat && in parseLoadCommands()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComment.cpp326 Kind = NamespaceKind; in fill()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h1020 NamespaceKind, enumerator
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp872 case DeclInfo::NamespaceKind: in visitFullComment()