Home
last modified time | relevance | path

Searched refs:getPrefELFAlignment (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetELFWriterInfo.h83 unsigned getPrefELFAlignment() const { return is64Bit ? 8 : 4; } in getPrefELFAlignment() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp264 return getSection(SectionName, SectionType, 0, TEW->getPrefELFAlignment()); in getRelocSection()
966 SymTab.Align = TEW->getPrefELFAlignment(); in EmitSymbolTable()
1058 unsigned TableAlign = TEW->getPrefELFAlignment(); in OutputSectionsAndSectionTable()