HomeSort by relevance Sort by last modified time
    Searched refs:getSectionAlignment (Results 1 - 12 of 12) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 110 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
MachO.h 57 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
ObjectFile.h 244 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0;
386 return OwningObject->getSectionAlignment(SectionPimpl, Result);
  /external/llvm/include/llvm/Object/
ObjectFile.h 218 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
384 return OwningObject->getSectionAlignment(SectionPimpl);
ELFObjectFile.h 229 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
593 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const {
MachO.h 224 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
COFF.h 737 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 339 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec,
ELFObjectFile.cpp 341 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
702 ::getSectionAlignment(DataRefImpl Sec,
    [all...]
MachOObjectFile.cpp 412 error_code MachOObjectFile::getSectionAlignment(DataRefImpl DRI,
  /external/llvm/lib/Object/
COFFObjectFile.cpp 290 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const {
    [all...]
MachOObjectFile.cpp 662 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const {
    [all...]

Completed in 360 milliseconds