HomeSort by: relevance | last modified time | path
    Searched defs:getSectionAlignment (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFObjectFile.h 284 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
853 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp 302 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const {
WasmObjectFile.cpp 1660 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const {
XCOFFObjectFile.cpp 293 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const {
MachOObjectFile.cpp 1980 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const {

Completed in 28 milliseconds