Searched refs:coff2yaml (Results 1 – 5 of 5) sorted by relevance
7 obj2yaml.cpp coff2yaml.cpp elf2yaml.cpp Error.cpp
20 std::error_code coff2yaml(llvm::raw_ostream &Out,
12 coff2yaml.cpp \
24 return coff2yaml(outs(), cast<COFFObjectFile>(Obj)); in dumpObject()
271 std::error_code coff2yaml(raw_ostream &Out, const object::COFFObjectFile &Obj) { in coff2yaml() function