HomeSort by relevance Sort by last modified time
    Searched refs:TEW (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
ELFWriter.cpp 78 TEW = TM.getELFWriterInfo();
134 ElfHdr.emitByte(TEW->getEIClass()); // e_ident[EI_CLASS]
135 ElfHdr.emitByte(TEW->getEIData()); // e_ident[EI_DATA]
140 ElfHdr.emitWord16(TEW->getEMachine()); // e_machine = target
146 ElfHdr.emitWord32(TEW->getEFlags()); // e_flags = whatever the target wants
147 ElfHdr.emitWord16(TEW->getHdrSize()); // e_ehsize = ELF header size
152 ElfHdr.emitWord16(TEW->getSHdrSize());
258 unsigned SectionType = TEW->hasRelocationAddend() ?
262 if (TEW->hasRelocationAddend())
266 return getSection(SectionName, SectionType, 0, TEW->getPrefELFAlignment())
    [all...]
ELFCodeEmitter.cpp 175 const TargetELFWriterInfo *TEW = TM.getELFWriterInfo();
191 unsigned MachineRelTy = TEW->getAbsoluteLabelMachineRelTy();
ELFWriter.h 79 const TargetELFWriterInfo *TEW;

Completed in 130 milliseconds