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 71 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
ObjectFile.h 306 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
482 return OwningObject->getSectionAlignment(SectionPimpl, Result);
ELF.h 548 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 329 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec,
MachOObjectFile.cpp 540 error_code MachOObjectFile::getSectionAlignment(DataRefImpl DRI,
    [all...]

Completed in 86 milliseconds