Home
last modified time | relevance | path

Searched refs:macho2yaml (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A DCMakeLists.txt17 macho2yaml.cpp
H A Dmacho2yaml.cpp662 Error macho2yaml(raw_ostream &Out, const object::MachOObjectFile &Obj, in macho2yaml() function
678 Error macho2yaml(raw_ostream &Out, const object::MachOUniversalBinary &Obj, in macho2yaml() function
713 Error macho2yaml(raw_ostream &Out, const object::Binary &Binary, in macho2yaml() function
716 return macho2yaml(Out, *MachOObj, RawSegments); in macho2yaml()
719 return macho2yaml(Out, *MachOObj, RawSegments); in macho2yaml()
H A Dobj2yaml.h28 llvm::Error macho2yaml(llvm::raw_ostream &Out, const llvm::object::Binary &Obj,
H A Dobj2yaml.cpp82 return macho2yaml(OS, Binary, RawSegment.getBits()); in dumpInput()
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/obj2yaml/
H A DBUILD.gn15 "macho2yaml.cpp",