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

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 108 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
MachO.h 55 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
ObjectFile.h 242 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const = 0;
378 return OwningObject->getSectionSize(SectionPimpl, Result);
  /external/llvm/include/llvm/Object/
ObjectFile.h 215 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
376 return OwningObject->getSectionSize(SectionPimpl);
COFF.h 734 uint64_t getSectionSize(DataRefImpl Sec) const override;
856 uint64_t getSectionSize(const coff_section *Sec) const;
    [all...]
ELFObjectFile.h 226 uint64_t getSectionSize(DataRefImpl Sec) const override;
579 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const {
MachO.h 221 uint64_t getSectionSize(DataRefImpl Sec) const override;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 277 uint64_t COFFObjectFile::getSectionSize(DataRefImpl Ref) const {
278 return getSectionSize(toSec(Ref));
    [all...]
MachOObjectFile.cpp 614 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 384 error_code MachOObjectFile::getSectionSize(DataRefImpl DRI,
466 getSectionSize(Sec, SectEnd);
COFFObjectFile.cpp 317 error_code COFFObjectFile::getSectionSize(DataRefImpl Sec,
ELFObjectFile.cpp 339 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
683 ::getSectionSize(DataRefImpl Sec,
    [all...]

Completed in 222 milliseconds