Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/Core/
DReader.h112 void addSupportMachOObjects(MachOLinkingContext &);
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryReader.cpp602 void Registry::addSupportMachOObjects(MachOLinkingContext &ctx) { in addSupportMachOObjects() function in lld::Registry
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp595 ctx.registry().addSupportMachOObjects(ctx); in parse()