HomeSort by relevance Sort by last modified time
    Searched full:getprefelfalignment (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetELFWriterInfo.h 81 /// getPrefELFAlignment - Returns the preferred alignment for ELF. This
83 unsigned getPrefELFAlignment() const { return is64Bit ? 8 : 4; }
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 266 return getSection(SectionName, SectionType, 0, TEW->getPrefELFAlignment());
    [all...]

Completed in 690 milliseconds