reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

include/llvm/Object/ELFObjectFile.h
  280   uint64_t getSectionAlignment(DataRefImpl Sec) const override;
  735 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const {
lib/Object/COFFObjectFile.cpp
  304 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const {
lib/Object/MachOObjectFile.cpp
 1971 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const {
lib/Object/WasmObjectFile.cpp
 1435 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const {
lib/Object/XCOFFObjectFile.cpp
  257 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const {

References

include/llvm/Object/ObjectFile.h
  457   return OwningObject->getSectionAlignment(SectionPimpl);