Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Object/
HDCOFFObjectFile.cpp272 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const { in getSectionSize() function in COFFObjectFile
913 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const { in getSectionSize() function in COFFObjectFile
HDMachOObjectFile.cpp489 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function in MachOObjectFile
/NextBSD/contrib/llvm/include/llvm/Object/
HDELFObjectFile.h553 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() function