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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h189 void writeSection(const MCAsmLayout &Layout, const MCSection &Sec,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp308 void IHexSectionWriterBase::writeSection(const SectionBase *Sec, function in class:llvm::objcopy::elf::IHexSectionWriterBase
358 writeSection(&Sec, Sec.Contents);
362 writeSection(&Sec, Sec.Data);
368 // We are free to pass an invalid pointer to writeSection as long
371 writeSection(&Sec, {nullptr, static_cast<size_t>(Sec.Size)});
375 writeSection(&Sec, Sec.Contents);
389 writeSection(&Sec, Data);
H A DObject.h281 void writeSection(const SectionBase *Sec, ArrayRef<uint8_t> Data);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp190 void writeSection(MCAssembler &Asm, const MCAsmLayout &Layout,
612 void WinCOFFObjectWriter::writeSection(MCAssembler &Asm, function in class:WinCOFFObjectWriter
1074 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,

Completed in 92 milliseconds