/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-10.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 264 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0; 459 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
|
D | XCOFFObjectFile.h | 270 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
D | Wasm.h | 180 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
D | ELFObjectFile.h | 280 uint64_t getSectionAlignment(DataRefImpl Sec) const override; 737 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
|
D | MachO.h | 303 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
D | COFF.h | 909 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ObjectFile.h | 266 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0; 468 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
|
D | Wasm.h | 186 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
D | XCOFFObjectFile.h | 292 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
D | ELFObjectFile.h | 293 uint64_t getSectionAlignment(DataRefImpl Sec) const override; 818 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
|
D | MachO.h | 303 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
D | COFF.h | 933 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 285 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in llvm::object::XCOFFObjectFile
|
D | COFFObjectFile.cpp | 304 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
|
D | WasmObjectFile.cpp | 1438 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in WasmObjectFile
|
D | MachOObjectFile.cpp | 1975 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile
|
/external/llvm-project/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 292 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in llvm::object::XCOFFObjectFile
|
D | COFFObjectFile.cpp | 300 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
|
D | WasmObjectFile.cpp | 1600 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in WasmObjectFile
|
D | MachOObjectFile.cpp | 1978 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 662 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile
|