Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h140 void DumpSectionHeader(llvm::raw_ostream &ostream, const section_info_t &sh);
H A DObjectFileWasm.cpp459 void ObjectFileWasm::DumpSectionHeader(llvm::raw_ostream &ostream, in DumpSectionHeader() function in ObjectFileWasm
476 ObjectFileWasm::DumpSectionHeader(ostream, *pos); in DumpSectionHeaders()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h259 void DumpSectionHeader(lldb_private::Stream *s, const section_header_t &sh);
H A DObjectFilePECOFF.cpp1324 void ObjectFilePECOFF::DumpSectionHeader(Stream *s, in DumpSectionHeader() function in ObjectFilePECOFF
1349 ObjectFilePECOFF::DumpSectionHeader(s, *pos); in DumpSectionHeaders()