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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 111 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
MachO.h 58 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
ObjectFile.h 245 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const = 0;
390 return OwningObject->isSectionText(SectionPimpl, Result);
  /external/llvm/include/llvm/Object/
ObjectFile.h 220 virtual bool isSectionText(DataRefImpl Sec) const = 0;
392 return OwningObject->isSectionText(SectionPimpl);
ELFObjectFile.h 231 bool isSectionText(DataRefImpl Sec) const override;
603 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const {
MachO.h 226 bool isSectionText(DataRefImpl Sec) const override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 223 virtual bool isSectionText(DataRefImpl Sec) const = 0;
405 return OwningObject->isSectionText(SectionPimpl);
Wasm.h 114 bool isSectionText(DataRefImpl Sec) const override;
MachO.h 279 bool isSectionText(DataRefImpl Sec) const override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 223 virtual bool isSectionText(DataRefImpl Sec) const = 0;
405 return OwningObject->isSectionText(SectionPimpl);
Wasm.h 114 bool isSectionText(DataRefImpl Sec) const override;
MachO.h 279 bool isSectionText(DataRefImpl Sec) const override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 223 virtual bool isSectionText(DataRefImpl Sec) const = 0;
405 return OwningObject->isSectionText(SectionPimpl);
Wasm.h 114 bool isSectionText(DataRefImpl Sec) const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 223 virtual bool isSectionText(DataRefImpl Sec) const = 0;
405 return OwningObject->isSectionText(SectionPimpl);
Wasm.h 114 bool isSectionText(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 223 virtual bool isSectionText(DataRefImpl Sec) const = 0;
405 return OwningObject->isSectionText(SectionPimpl);
Wasm.h 114 bool isSectionText(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 223 virtual bool isSectionText(DataRefImpl Sec) const = 0;
405 return OwningObject->isSectionText(SectionPimpl);
Wasm.h 114 bool isSectionText(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 223 virtual bool isSectionText(DataRefImpl Sec) const = 0;
405 return OwningObject->isSectionText(SectionPimpl);
Wasm.h 114 bool isSectionText(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 223 virtual bool isSectionText(DataRefImpl Sec) const = 0;
405 return OwningObject->isSectionText(SectionPimpl);
Wasm.h 114 bool isSectionText(DataRefImpl Sec) const override;
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 348 error_code COFFObjectFile::isSectionText(DataRefImpl Sec,

Completed in 3580 milliseconds

1 2 3