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

  /external/llvm/include/llvm/Object/
ObjectFile.h 248 virtual std::error_code getSectionSize(DataRefImpl Sec,
423 return OwningObject->getSectionSize(SectionPimpl, Result);
MachO.h 85 std::error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const override;
COFF.h 383 std::error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const override;
ELFObjectFile.h 83 std::error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const override;
397 std::error_code ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec,
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 580 getSectionSize(Sec, Size);
687 std::error_code MachOObjectFile::getSectionSize(DataRefImpl Sec,
808 getSectionSize(Sec, SectEnd);
    [all...]
COFFObjectFile.cpp 261 std::error_code COFFObjectFile::getSectionSize(DataRefImpl Ref,
    [all...]

Completed in 217 milliseconds