Home
last modified time | relevance | path

Searched defs:getSectionSize (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Object/
DCOFFObjectFile.cpp334 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
970 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
DMachOObjectFile.cpp563 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
/external/llvm/include/llvm/Object/
DELFObjectFile.h452 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function