Home
last modified time | relevance | path

Searched defs:readHeader (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBunzip2.pm104 sub readHeader subroutine
H A DGunzip.pm85 sub readHeader subroutine
H A DInflate.pm77 sub readHeader subroutine
H A DRawInflate.pm105 sub readHeader subroutine
H A DUnzip.pm173 sub readHeader subroutine
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp256 Error TextInstrProfReader::readHeader() { in readHeader() function in TextInstrProfReader
417 Error RawInstrProfReader<IntPtrT>::readHeader() { in readHeader() function in RawInstrProfReader
470 Error RawInstrProfReader<IntPtrT>::readHeader( in readHeader() function in RawInstrProfReader
980 Error IndexedInstrProfReader::readHeader() { in readHeader() function in IndexedInstrProfReader
H A DSampleProfReader.cpp1289 std::error_code SampleProfileReaderExtBinaryBase::readHeader() { in readHeader() function in SampleProfileReaderExtBinaryBase
1413 std::error_code SampleProfileReaderBinary::readHeader() { in readHeader() function in SampleProfileReaderBinary
1428 std::error_code SampleProfileReaderCompactBinary::readHeader() { in readHeader() function in SampleProfileReaderCompactBinary
1583 std::error_code SampleProfileReaderGCC::readHeader() { in readHeader() function in SampleProfileReaderGCC
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp26 Error PDBStringTable::readHeader(BinaryStreamReader &Reader) { in readHeader() function in PDBStringTable
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp20 void MachOReader::readHeader(Object &O) const { in readHeader() function in MachOReader
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h570 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader() function