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 125 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
MachO.h 68 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
ObjectFile.h 263 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
417 return OwningObject->getSectionAlignment(SectionPimpl, Result);
  /external/llvm/lib/Object/
ELFObjectFile.cpp 345 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
754 ::getSectionAlignment(DataRefImpl Sec,
    [all...]
COFFObjectFile.cpp 354 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec,
MachOObjectFile.cpp 463 error_code MachOObjectFile::getSectionAlignment(DataRefImpl DRI,

Completed in 1182 milliseconds