Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DWriter.h43 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &);
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DWriterMachO.cpp67 std::unique_ptr<Writer> createWriterMachO(const MachOLinkingContext &context) { in createWriterMachO() function
H A DMachOLinkingContext.cpp654 _writer = createWriterMachO(*this); in writer()