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

  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 339 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec,
MachOObjectFile.cpp 412 error_code MachOObjectFile::getSectionAlignment(DataRefImpl DRI,
ELFObjectFile.cpp 341 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
702 ::getSectionAlignment(DataRefImpl Sec,
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 229 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
593 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const {
  /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 201 milliseconds