Searched refs:yaml2macho (Results 1 – 4 of 4) sorted by relevance
12 yaml2macho.cpp
34 int yaml2macho(llvm::yaml::YamlObjectFile &Doc, llvm::raw_ostream &Out);
59 return yaml2macho(Doc, Out); in convertYAML()
532 int yaml2macho(yaml::YamlObjectFile &Doc, raw_ostream &Out) { in yaml2macho() function