/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 218 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0; 384 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
|
D | ELFObjectFile.h | 229 uint64_t getSectionAlignment(DataRefImpl Sec) const override; 593 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
|
D | MachO.h | 224 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
D | COFF.h | 737 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 244 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res)const=0; 386 return OwningObject->getSectionAlignment(SectionPimpl, Result); in getAlignment()
|
D | MachO.h | 57 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
|
D | COFF.h | 110 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 232 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0; 421 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
|
D | Wasm.h | 170 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
D | ELFObjectFile.h | 255 uint64_t getSectionAlignment(DataRefImpl Sec) const override; 696 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
|
D | MachO.h | 306 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
D | COFF.h | 905 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 339 error_code COFFObjectFile::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment() function in COFFObjectFile
|
D | ELFObjectFile.cpp | 341 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const; 702 ::getSectionAlignment(DataRefImpl Sec, in getSectionAlignment() function in ELFObjectFile
|
D | MachOObjectFile.cpp | 412 error_code MachOObjectFile::getSectionAlignment(DataRefImpl DRI, in getSectionAlignment() function in llvm::object::MachOObjectFile
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 290 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 662 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 1184 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in WasmObjectFile
|
D | COFFObjectFile.cpp | 306 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
|
D | MachOObjectFile.cpp | 1929 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile
|