Searched defs:dumpHeader (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/tools/obj2yaml/ | ||
| D | coff2yaml.cpp | 97 void COFFDumper::dumpHeader() { in dumpHeader() function in COFFDumper |
| D | macho2yaml.cpp | 169 void MachODumper::dumpHeader(std::unique_ptr<MachOYAML::Object> &Y) { in dumpHeader() function in MachODumper |
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ | ||
| D | coff2yaml.cpp | 101 void COFFDumper::dumpHeader() { in dumpHeader() function in COFFDumper |
| D | macho2yaml.cpp | 196 void MachODumper::dumpHeader(std::unique_ptr<MachOYAML::Object> &Y) { in dumpHeader() function in MachODumper |
| /external/llvm/lib/DebugInfo/DWARF/ | ||
| D | DWARFDebugFrame.cpp | 230 void dumpHeader(raw_ostream &OS) const override { in dumpHeader() function in __anonce9b89c60111::CIE |
| /external/swiftshader/third_party/LLVM/lib/Object/ | ||
| D | MachOObject.cpp | 387 void MachOObject::dumpHeader() const { printHeader(dbgs()); dbgs() << '\n'; } in dumpHeader() function in MachOObject |