Home
last modified time | relevance | path

Searched refs:getSectionAlignment (Results 1 – 25 of 25) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h218 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
384 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
DELFObjectFile.h229 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
593 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
DMachO.h224 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
DCOFF.h737 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h264 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
459 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
DXCOFFObjectFile.h270 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
DWasm.h180 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
DELFObjectFile.h280 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
737 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
DMachO.h303 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
DCOFF.h909 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h266 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
468 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
DWasm.h186 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
DXCOFFObjectFile.h292 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
DELFObjectFile.h293 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
818 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
DMachO.h303 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
DCOFF.h933 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp285 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp304 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
DWasmObjectFile.cpp1438 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in WasmObjectFile
DMachOObjectFile.cpp1975 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp292 uint64_t XCOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in llvm::object::XCOFFObjectFile
DCOFFObjectFile.cpp300 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
DWasmObjectFile.cpp1600 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in WasmObjectFile
DMachOObjectFile.cpp1978 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile
/external/llvm/lib/Object/
DMachOObjectFile.cpp662 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile