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

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp 214 void MachObjectWriter::writeSection(const MCAsmLayout &Layout,
859 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags,
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,
  /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);

Completed in 47 milliseconds