HomeSort by relevance Sort by last modified time
    Searched defs:isData (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
ObjectFile.h 108 bool isData() const;
426 inline bool SectionRef::isData() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
ObjectFile.h 108 bool isData() const;
426 inline bool SectionRef::isData() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
ObjectFile.h 108 bool isData() const;
426 inline bool SectionRef::isData() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
ObjectFile.h 108 bool isData() const;
426 inline bool SectionRef::isData() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
COFFImportFile.h 58 Symb.p = isData() ? 1 : 2;
68 bool isData() const {
  /external/swiftshader/third_party/LLVM/tools/llvm-size/
llvm-size.cpp 201 bool isData = false;
205 if (error(i->isData(isData))) return;
209 else if (isData)
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidReport.cpp 119 bool HidReport::isData() const {
128 if (h.isData()) {
  /external/llvm/include/llvm/Object/
ObjectFile.h 95 bool isData() const;
395 inline bool SectionRef::isData() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 191 error_code isData(bool &Result) const;
393 inline error_code SectionRef::isData(bool &Result) const {
  /external/llvm/include/llvm/MC/
SectionKind.h 151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
160 bool isData() const { return K == Data; }
  /external/llvm/tools/llvm-size/
llvm-size.cpp 449 bool isData = Section.isData();
453 else if (isData)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
166 bool isData() const { return K == Data; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 98 bool isData() const;
408 inline bool SectionRef::isData() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
166 bool isData() const { return K == Data; }

Completed in 732 milliseconds

1 2 3 4