Home
last modified time | relevance | path

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

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