Searched refs:coff2yaml (Results 1 – 8 of 8) sorted by relevance
9 coff2yaml.cpp
20 std::error_code coff2yaml(llvm::raw_ostream &Out,
24 return coff2yaml(outs(), cast<COFFObjectFile>(Obj)); in dumpObject()
277 std::error_code coff2yaml(raw_ostream &Out, const object::COFFObjectFile &Obj) { in coff2yaml() function
12 coff2yaml.cpp
21 std::error_code coff2yaml(llvm::raw_ostream &Out,
22 return coff2yaml(outs(), cast<COFFObjectFile>(Obj)); in dumpObject()
340 std::error_code coff2yaml(raw_ostream &Out, const object::COFFObjectFile &Obj) { in coff2yaml() function