Searched refs:createWriterMachO (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DWriter.h42 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DWriterMachO.cpp66 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &context) { function in namespace:lld
H A DMachOLinkingContext.cpp659 _writer = createWriterMachO(*this);

Completed in 63 milliseconds