Home
last modified time | relevance | path

Searched refs:fixSectionAlignments (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/
H A Daarch64-tls-vaddr-align.s15 ## We currently have a hack in Writer.cpp:fixSectionAlignments() to force
H A Dppc64-tls-vaddr-align.s15 ## We currently have a hack in Writer.cpp:fixSectionAlignments() to force
/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp74 void fixSectionAlignments();
2133 fixSectionAlignments(); in finalizeSections()
2465 template <class ELFT> void Writer<ELFT>::fixSectionAlignments() { in fixSectionAlignments() function in Writer