Searched refs:writeSection (Results 1 - 4 of 4) sorted by relevance
/external/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 175 void writeSection(const MCAsmLayout &Layout, const MCSection &Sec,
|
/external/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 231 void writeSection(const SectionIndexMapTy &SectionIndexMap, 1101 void ELFObjectWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, 1176 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size,
|
H A D | MachObjectWriter.cpp | 196 void MachObjectWriter::writeSection(const MCAsmLayout &Layout, function in class:MachObjectWriter 806 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags,
|
/external/llvm/tools/dsymutil/ |
H A D | MachOUtils.cpp | 285 Writer.writeSection(Layout, *Sec, VMAddr, FileOffset, 0, 0, 0);
|
Completed in 483 milliseconds