Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h139 void DumpSectionHeader(llvm::raw_ostream &ostream, const section_info_t &sh);
H A DObjectFileWasm.cpp458 void ObjectFileWasm::DumpSectionHeader(llvm::raw_ostream &ostream, in DumpSectionHeader() function in ObjectFileWasm
475 ObjectFileWasm::DumpSectionHeader(ostream, *pos); in DumpSectionHeaders()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h287 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
H A DObjectFilePECOFF.cpp1276 void ObjectFilePECOFF::DumpSectionHeader(Stream *s, in DumpSectionHeader() function in ObjectFilePECOFF
1301 ObjectFilePECOFF::DumpSectionHeader(s, *pos); in DumpSectionHeaders()