Searched refs:writeSection (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h190 void writeSection(const MCAsmLayout &Layout, const MCSection &Sec,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp311 void IHexSectionWriterBase::writeSection(const SectionBase *Sec, function in class:llvm::objcopy::elf::IHexSectionWriterBase
361 writeSection(&Sec, Sec.Contents);
365 writeSection(&Sec, Sec.Data);
371 // We are free to pass an invalid pointer to writeSection as long
374 writeSection(&Sec, {nullptr, static_cast<size_t>(Sec.Size)});
378 writeSection(&Sec, Sec.Contents);
392 writeSection(&Sec, Data);
H A DObject.h281 void writeSection(const SectionBase *Sec, ArrayRef<uint8_t> Data);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp197 void writeSection(MCAssembler &Asm, const MCAsmLayout &Layout,
622 void WinCOFFObjectWriter::writeSection(MCAssembler &Asm, function in class:WinCOFFObjectWriter
1147 writeSection(Asm, Layout, **I, *J);
H A DELFObjectWriter.cpp226 void writeSection(const SectionIndexMapTy &SectionIndexMap,
986 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, function in class:ELFWriter
1064 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size,
H A DMachObjectWriter.cpp214 void MachObjectWriter::writeSection(const MCAsmLayout &Layout, function in class:MachObjectWriter
859 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags,
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp6288 void writeSection(std::string const& className,
16613 writeSection( className, "", rootSection );
16616 void JunitReporter::writeSection( std::string const& className,
16646 writeSection( name, "", *childNode );
16648 writeSection( className, name, *childNode );

Completed in 149 milliseconds