Home
last modified time | relevance | path

Searched refs:YamlObjectFile (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DObjectYAML.h26 struct YamlObjectFile { struct
36 template <> struct MappingTraits<YamlObjectFile> { argument
37 static void mapping(IO &IO, YamlObjectFile &ObjectFile);
H A Dyaml2obj.h49 struct YamlObjectFile;
57 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp22 void MappingTraits<YamlObjectFile>::mapping(IO &IO, in mapping()
23 YamlObjectFile &ObjectFile) { in mapping()
H A Dyaml2obj.cpp28 yaml::YamlObjectFile Doc; in convertYAML()
H A DMachOEmitter.cpp526 UniversalWriter(yaml::YamlObjectFile &ObjectFile) in UniversalWriter()
537 yaml::YamlObjectFile &ObjectFile;
635 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH) { in yaml2macho()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp597 yaml::YamlObjectFile YAMLFile; in macho2yaml()
606 yaml::YamlObjectFile YAMLFile; in macho2yaml()