Home
last modified time | relevance | path

Searched refs:useFlatNamespace (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h282 bool useFlatNamespace() const { return _flatNamespace; } in useFlatNamespace() function
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp1131 if (!_ctx.useFlatNamespace()) in addSymbols()
1233 if (flatNamespaceAtom || _ctx.useFlatNamespace()) in addDependentDylibs()
1567 if (!_ctx.useFlatNamespace()) in fileFlags()
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp1002 if (ctx.useFlatNamespace()) { in parse()