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

1 2 3

  /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 {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 218 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
389 return OwningObject->getSectionSize(SectionPimpl);
Wasm.h 109 uint64_t getSectionSize(DataRefImpl Sec) const override;
COFF.h 728 uint64_t getSectionSize(DataRefImpl Sec) const override;
850 uint64_t getSectionSize(const coff_section *Sec) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 218 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
389 return OwningObject->getSectionSize(SectionPimpl);
Wasm.h 109 uint64_t getSectionSize(DataRefImpl Sec) const override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 218 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
389 return OwningObject->getSectionSize(SectionPimpl);
Wasm.h 109 uint64_t getSectionSize(DataRefImpl Sec) const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 218 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
389 return OwningObject->getSectionSize(SectionPimpl);
Wasm.h 109 uint64_t getSectionSize(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 218 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
389 return OwningObject->getSectionSize(SectionPimpl);
Wasm.h 109 uint64_t getSectionSize(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 218 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
389 return OwningObject->getSectionSize(SectionPimpl);
Wasm.h 109 uint64_t getSectionSize(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 218 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
389 return OwningObject->getSectionSize(SectionPimpl);
Wasm.h 109 uint64_t getSectionSize(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 218 virtual uint64_t getSectionSize(DataRefImpl Sec) const = 0;
389 return OwningObject->getSectionSize(SectionPimpl);
Wasm.h 109 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...]
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 384 error_code MachOObjectFile::getSectionSize(DataRefImpl DRI,
466 getSectionSize(Sec, SectEnd);

Completed in 1173 milliseconds

1 2 3