Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DConfig.h50 enum class NamespaceKind { enum
163 NamespaceKind namespaceKind = NamespaceKind::twolevel;
H A DSymbolTable.cpp109 bool interposable = config->namespaceKind == NamespaceKind::flat && in addDefined()
H A DDriver.cpp757 } else if (config->namespaceKind == NamespaceKind::twolevel && in getUndefinedSymbolTreatment()
1397 ? NamespaceKind::twolevel in link()
1398 : NamespaceKind::flat; in link()
H A DSyntheticSections.cpp123 if (config->namespaceKind == NamespaceKind::twolevel) in writeTo()
492 if (config->namespaceKind == NamespaceKind::flat || dysym.isDynamicLookup()) in ordinalForDylibSymbol()
H A DInputFiles.cpp1862 if (config->namespaceKind == NamespaceKind::flat && in parseLoadCommands()
/llvm-project-15.0.7/clang/lib/AST/
H A DComment.cpp326 Kind = NamespaceKind; in fill()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h1020 NamespaceKind, enumerator
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp872 case DeclInfo::NamespaceKind: in visitFullComment()