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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/Object/
COFF.h 113 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
MachO.h 60 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
ObjectFile.h 247 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const = 0;
398 return OwningObject->isSectionBSS(SectionPimpl, Result);
  /external/llvm/include/llvm/Object/
ObjectFile.h 222 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
400 return OwningObject->isSectionBSS(SectionPimpl);
ELFObjectFile.h 233 bool isSectionBSS(DataRefImpl Sec) const override;
615 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const {
MachO.h 228 bool isSectionBSS(DataRefImpl Sec) const override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 225 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
413 return OwningObject->isSectionBSS(SectionPimpl);
Wasm.h 116 bool isSectionBSS(DataRefImpl Sec) const override;
MachO.h 281 bool isSectionBSS(DataRefImpl Sec) const override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 225 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
413 return OwningObject->isSectionBSS(SectionPimpl);
Wasm.h 116 bool isSectionBSS(DataRefImpl Sec) const override;
MachO.h 281 bool isSectionBSS(DataRefImpl Sec) const override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 225 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
413 return OwningObject->isSectionBSS(SectionPimpl);
Wasm.h 116 bool isSectionBSS(DataRefImpl Sec) const override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 225 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
413 return OwningObject->isSectionBSS(SectionPimpl);
Wasm.h 116 bool isSectionBSS(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 225 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
413 return OwningObject->isSectionBSS(SectionPimpl);
Wasm.h 116 bool isSectionBSS(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 225 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
413 return OwningObject->isSectionBSS(SectionPimpl);
Wasm.h 116 bool isSectionBSS(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 225 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
413 return OwningObject->isSectionBSS(SectionPimpl);
Wasm.h 116 bool isSectionBSS(DataRefImpl Sec) const override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 225 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
413 return OwningObject->isSectionBSS(SectionPimpl);
Wasm.h 116 bool isSectionBSS(DataRefImpl Sec) const override;
  /external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp 362 error_code COFFObjectFile::isSectionBSS(DataRefImpl Sec,

Completed in 677 milliseconds

1 2 3