Home
last modified time | relevance | path

Searched refs:padToAlignment (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp37 uint64_t padToAlignment(unsigned Align) { in padToAlignment() function in __anon122924760111::ContiguousBlobAccumulator
52 Offset = padToAlignment(Align); in getOSAndAlignedOffset()
/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp58 void ELFDataSection::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) { in padToAlignment() function in Ice::ELFDataSection
DIceELFObjectWriter.cpp407 Section->padToAlignment(Str, Align); in writeDataOfType()
609 Section->padToAlignment(Str, PointerSize); in writeJumpTable()
DIceELFSection.h134 void padToAlignment(ELFStreamer &Str, Elf64_Xword Align);