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

  /external/llvm/include/llvm/Object/
ELFObjectFile.h 61 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
91 return getObject()->getSectionFlags(getRawDataRefImpl());
247 uint64_t getSectionFlags(DataRefImpl Sec) const override;
374 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
99 return getObject()->getSectionFlags(getRawDataRefImpl());
259 uint64_t getSectionFlags(DataRefImpl Sec) const override;
429 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
99 return getObject()->getSectionFlags(getRawDataRefImpl());
259 uint64_t getSectionFlags(DataRefImpl Sec) const override;
429 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
99 return getObject()->getSectionFlags(getRawDataRefImpl());
259 uint64_t getSectionFlags(DataRefImpl Sec) const override;
429 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
99 return getObject()->getSectionFlags(getRawDataRefImpl());
259 uint64_t getSectionFlags(DataRefImpl Sec) const override;
429 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
99 return getObject()->getSectionFlags(getRawDataRefImpl());
259 uint64_t getSectionFlags(DataRefImpl Sec) const override;
429 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
99 return getObject()->getSectionFlags(getRawDataRefImpl());
259 uint64_t getSectionFlags(DataRefImpl Sec) const override;
429 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
99 return getObject()->getSectionFlags(getRawDataRefImpl());
259 uint64_t getSectionFlags(DataRefImpl Sec) const override;
429 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFObjectFile.h 62 virtual uint64_t getSectionFlags(DataRefImpl Sec) const = 0;
99 return getObject()->getSectionFlags(getRawDataRefImpl());
259 uint64_t getSectionFlags(DataRefImpl Sec) const override;
429 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const {
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 161 static uint32_t getSectionFlags(const MachOObjectFile *O,
462 uint32_t Flags = getSectionFlags(this, DRI);
680 uint32_t Flags = getSectionFlags(this, Sec);
685 uint32_t Flags = getSectionFlags(this, Sec);
693 uint32_t Flags = getSectionFlags(this, Sec);
    [all...]

Completed in 206 milliseconds