Home
last modified time | relevance | path

Searched refs:getSectionSize (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h215 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
376 return OwningObject->getSectionSize(SectionPimpl); in getSize()
DCOFF.h734 uint64_t getSectionSize(DataRefImpl Sec) const override;
856 uint64_t getSectionSize(const coff_section *Sec) const;
DELFObjectFile.h226 uint64_t getSectionSize(DataRefImpl Sec) const override;
579 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
DMachO.h221 uint64_t getSectionSize(DataRefImpl Sec) const override;
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h242 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const = 0;
378 return OwningObject->getSectionSize(SectionPimpl, Result); in getSize()
DMachO.h55 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
DCOFF.h108 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h229 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
413 return OwningObject->getSectionSize(SectionPimpl); in getSize()
DWasm.h167 uint64_t getSectionSize(DataRefImpl Sec) const override;
DCOFF.h902 uint64_t getSectionSize(DataRefImpl Sec) const override;
1030 uint64_t getSectionSize(const coff_section *Sec) const;
DELFObjectFile.h252 uint64_t getSectionSize(DataRefImpl Sec) const override;
678 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function
DMachO.h303 uint64_t getSectionSize(DataRefImpl Sec) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp277 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
278 return getSectionSize(toSec(Ref)); in getSectionSize()
1016 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
1043 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
DMachOObjectFile.cpp614 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp293 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
294 return getSectionSize(toSec(Ref)); in getSectionSize()
1082 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
1109 uint32_t SectionSize = getSectionSize(Sec); in getSectionContents()
DWasmObjectFile.cpp1169 uint64_t WasmObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in WasmObjectFile
DMachOObjectFile.cpp1881 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp384 error_code MachOObjectFile::getSectionSize(DataRefImpl DRI, in getSectionSize() function in llvm::object::MachOObjectFile
466 getSectionSize(Sec, SectEnd); in sectionContainsSymbol()
DCOFFObjectFile.cpp317 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec, in getSectionSize() function in COFFObjectFile
DELFObjectFile.cpp339 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
683 ::getSectionSize(DataRefImpl Sec, in getSectionSize() function in ELFObjectFile