Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DWriter.h44 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &);
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DWriterMachO.cpp40 std::unique_ptr<Writer> yamlWriter = createWriterYAML(_ctx); in writeFile()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp1400 std::unique_ptr<Writer> createWriterYAML(const LinkingContext &context) { in createWriterYAML() function