HomeSort by relevance Sort by last modified time
    Searched full:getsectionalignment (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Object/
COFF.h 126 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
MachO.h 76 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
ObjectFile.h 315 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
495 return OwningObject->getSectionAlignment(SectionPimpl, Result);
ELF.h 675 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 336 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec,
MachOObjectFile.cpp 570 error_code MachOObjectFile::getSectionAlignment(DataRefImpl DRI,
    [all...]

Completed in 72 milliseconds