Home
last modified time | relevance | path

Searched refs:coff2yaml (Results 1 – 8 of 8) sorted by relevance

/external/llvm/tools/obj2yaml/
DCMakeLists.txt9 coff2yaml.cpp
Dobj2yaml.h20 std::error_code coff2yaml(llvm::raw_ostream &Out,
Dobj2yaml.cpp24 return coff2yaml(outs(), cast<COFFObjectFile>(Obj)); in dumpObject()
Dcoff2yaml.cpp277 std::error_code coff2yaml(raw_ostream &Out, const object::COFFObjectFile &Obj) { in coff2yaml() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
DCMakeLists.txt12 coff2yaml.cpp
Dobj2yaml.h21 std::error_code coff2yaml(llvm::raw_ostream &Out,
Dobj2yaml.cpp22 return coff2yaml(outs(), cast<COFFObjectFile>(Obj)); in dumpObject()
Dcoff2yaml.cpp340 std::error_code coff2yaml(raw_ostream &Out, const object::COFFObjectFile &Obj) { in coff2yaml() function