Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConfig.h49 enum class NamespaceKind { enum
151 NamespaceKind namespaceKind = NamespaceKind::twolevel;
H A DLTO.cpp83 config->namespaceKind == NamespaceKind::flat || in add()
H A DDriver.cpp735 } else if (config->namespaceKind == NamespaceKind::twolevel && in getUndefinedSymbolTreatment()
1273 ? NamespaceKind::twolevel in link()
1274 : NamespaceKind::flat; in link()
H A DSyntheticSections.cpp103 if (config->namespaceKind == NamespaceKind::twolevel) in writeTo()
413 if (config->namespaceKind == NamespaceKind::flat || dysym.isDynamicLookup()) in ordinalForDylibSymbol()
H A DInputFiles.cpp1047 if (config->namespaceKind == NamespaceKind::flat && in parseLoadCommands()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp320 Kind = NamespaceKind; in fill()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h1039 NamespaceKind, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp872 case DeclInfo::NamespaceKind: in visitFullComment()