HomeSort by relevance Sort by last modified time
    Searched defs:getSectionSize (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
ELFObjectFile.h 217 uint64_t getSectionSize(DataRefImpl Sec) const override;
560 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 278 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const {
279 return getSectionSize(toSec(Ref));
931 uint64_t COFFObjectFile::getSectionSize(const coff_section *Sec) const {
    [all...]
MachOObjectFile.cpp 488 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const {
    [all...]

Completed in 2888 milliseconds