Home
last modified time | relevance | path

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

/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h364 void registerDylib(mach_o::MachODylibFile *dylib, bool upward) const;
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp772 void MachOLinkingContext::registerDylib(MachODylibFile *dylib, in registerDylib() function in lld::MachOLinkingContext
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp133 ctx.registerDylib(reinterpret_cast<mach_o::MachODylibFile *>(shl), in loadFile()