Home
last modified time | relevance | path

Searched defs:writeHeader (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.cpp41 static void writeHeader(raw_ostream &os, uint64_t addr, uint64_t size, in writeHeader() function
H A DMapFile.cpp51 static void writeHeader(raw_ostream &os, uint32_t sec, uint64_t addr) { in writeHeader() function
H A DWriter.cpp1326 template <typename PEHeaderTy> void Writer::writeHeader() { in writeHeader() function in Writer
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp38 void writeHeader(StringRef Str, raw_ostream &OS, char Kind = '-') { in writeHeader() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp559 std::error_code SampleProfileWriterBinary::writeHeader( in writeHeader() function in SampleProfileWriterBinary
644 std::error_code SampleProfileWriterExtBinaryBase::writeHeader( in writeHeader() function in SampleProfileWriterExtBinaryBase
654 std::error_code SampleProfileWriterCompactBinary::writeHeader( in writeHeader() function in SampleProfileWriterCompactBinary
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp153 Error PDBStringTableBuilder::writeHeader(BinaryStreamWriter &Writer) const { in writeHeader() function in PDBStringTableBuilder
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h111 writeHeader(const StringMap<FunctionSamples> &ProfileMap) override { in writeHeader() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h128 void writeHeader(const std::string &Title) { in writeHeader() function
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp46 static void writeHeader(raw_ostream &os, uint64_t vma, uint64_t lma, in writeHeader() function
H A DWriter.cpp2870 template <class ELFT> void Writer<ELFT>::writeHeader() { in writeHeader() function in Writer
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOWriter.cpp154 void MachOWriter::writeHeader() { in writeHeader() function in MachOWriter
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp83 void MachOWriter::writeHeader(raw_ostream &OS) { in writeHeader() function in __anon2c91a47f0111::MachOWriter
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp133 void MachObjectWriter::writeHeader(MachO::HeaderFileType Type, in writeHeader() function in MachObjectWriter
H A DELFObjectWriter.cpp401 void ELFWriter::writeHeader(const MCAssembler &Asm) { in writeHeader() function in ELFWriter
H A DWasmObjectWriter.cpp402 void WasmObjectWriter::writeHeader(const MCAssembler &Asm) { in writeHeader() function in WasmObjectWriter
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1685 void writeHeader(StringRef Str, raw_ostream &OS, char Kind = '-') { in writeHeader() function