Home
last modified time | relevance | path

Searched refs:getSectionAlignment (Results 1 – 14 of 14) 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-7.0/llvm/include/llvm/Object/
DObjectFile.h232 virtual uint64_t getSectionAlignment(DataRefImpl Sec) const = 0;
421 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
DWasm.h170 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
DELFObjectFile.h255 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
696 uint64_t ELFObjectFile<ELFT>::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function
DMachO.h306 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
DCOFF.h905 uint64_t getSectionAlignment(DataRefImpl Sec) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1184 uint64_t WasmObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in WasmObjectFile
DCOFFObjectFile.cpp306 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
DMachOObjectFile.cpp1929 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile
/external/llvm/lib/Object/
DCOFFObjectFile.cpp290 uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const { in getSectionAlignment() function in COFFObjectFile
DMachOObjectFile.cpp662 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment() function in MachOObjectFile