HomeSort by: relevance | last modified time | path
    Searched refs:writeSection (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCMachObjectWriter.h 192 void writeSection(const MCAsmLayout &Layout, const MCSection &Sec,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WinCOFFObjectWriter.cpp 197 void writeSection(MCAssembler &Asm, const MCAsmLayout &Layout,
623 void WinCOFFObjectWriter::writeSection(MCAssembler &Asm,
1153 writeSection(Asm, Layout, **I, *J);
ELFObjectWriter.cpp 212 void writeSection(const SectionIndexMapTy &SectionIndexMap,
980 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap,
1062 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size,
MachObjectWriter.cpp 214 void MachObjectWriter::writeSection(const MCAsmLayout &Layout,
859 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags,
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp 323 Writer.writeSection(Layout, *Sec, VMAddr, FileOffset, 0, 0, 0);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 337 void IHexSectionWriterBase::writeSection(const SectionBase *Sec,
387 writeSection(&Sec, Sec.Contents);
392 writeSection(&Sec, Sec.Data);
399 // We are free to pass an invalid pointer to writeSection as long
402 writeSection(&Sec, {nullptr, static_cast<size_t>(Sec.Size)});
407 writeSection(&Sec, Sec.Contents);
422 writeSection(&Sec, Data);
Object.h 283 void writeSection(const SectionBase *Sec, ArrayRef<uint8_t> Data);

Completed in 25 milliseconds