Home
last modified time | relevance | path

Searched refs:DumpSectionHeader (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h140 void DumpSectionHeader(llvm::raw_ostream &ostream, const section_info_t &sh);
DObjectFileWasm.cpp447 void ObjectFileWasm::DumpSectionHeader(llvm::raw_ostream &ostream, in DumpSectionHeader() function in ObjectFileWasm
464 ObjectFileWasm::DumpSectionHeader(ostream, *pos); in DumpSectionHeaders()
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h282 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
DObjectFilePECOFF.cpp1115 void ObjectFilePECOFF::DumpSectionHeader(Stream *s, in DumpSectionHeader() function in ObjectFilePECOFF
1140 ObjectFilePECOFF::DumpSectionHeader(s, *pos); in DumpSectionHeaders()