Searched defs:getSectionAlignment (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Object/
H A DCOFFObjectFile.cpp339 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, function in class:COFFObjectFile
H A DMachOObjectFile.cpp412 error_code MachOObjectFile::getSectionAlignment(DataRefImpl DRI, function in class:llvm::object::MachOObjectFile
H A DELFObjectFile.cpp341 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
702 ::getSectionAlignment(DataRefImpl Sec, function in class:ELFObjectFile
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h229 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
593 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp290 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp662 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 830 milliseconds