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

1 2

  /external/llvm/lib/Object/
COFFObjectFile.cpp     [all...]
  /external/llvm/include/llvm/Object/
COFF.h 196 bool isOrdinal() const { return Data < 0; }
199 assert(isOrdinal() && "ILT entry is not an ordinal!");
204 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 180 bool isOrdinal() const { return Data < 0; }
183 assert(isOrdinal() && "ILT entry is not an ordinal!");
188 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
COFF.h 194 bool isOrdinal() const { return Data < 0; }
197 assert(isOrdinal() && "ILT entry is not an ordinal!");
202 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
COFF.h 194 bool isOrdinal() const { return Data < 0; }
197 assert(isOrdinal() && "ILT entry is not an ordinal!");
202 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFF.h 180 bool isOrdinal() const { return Data < 0; }
183 assert(isOrdinal() && "ILT entry is not an ordinal!");
188 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
COFF.h 194 bool isOrdinal() const { return Data < 0; }
197 assert(isOrdinal() && "ILT entry is not an ordinal!");
202 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
COFF.h 194 bool isOrdinal() const { return Data < 0; }
197 assert(isOrdinal() && "ILT entry is not an ordinal!");
202 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 433 bool isOrdinal() const { return data & 0x80000000; }
435 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
437 assert(isOrdinal() && "ILT entry is not an ordinal!");
441 /// @brief Set the ordinal value and set isOrdinal to true.
447 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
449 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
453 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 438 bool isOrdinal() const { return data & 0x80000000; }
440 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
442 assert(isOrdinal() && "ILT entry is not an ordinal!");
446 /// @brief Set the ordinal value and set isOrdinal to true.
452 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
454 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
458 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 438 bool isOrdinal() const { return data & 0x80000000; }
440 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
442 assert(isOrdinal() && "ILT entry is not an ordinal!");
446 /// @brief Set the ordinal value and set isOrdinal to true.
452 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
454 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
458 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
COFF.h 480 bool isOrdinal() const { return data & 0x80000000; }
482 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
484 assert(isOrdinal() && "ILT entry is not an ordinal!");
488 /// @brief Set the ordinal value and set isOrdinal to true.
494 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
496 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
500 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
COFF.h 480 bool isOrdinal() const { return data & 0x80000000; }
482 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
484 assert(isOrdinal() && "ILT entry is not an ordinal!");
488 /// @brief Set the ordinal value and set isOrdinal to true.
494 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
496 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
500 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
COFF.h 486 bool isOrdinal() const { return data & 0x80000000; }
488 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
490 assert(isOrdinal() && "ILT entry is not an ordinal!");
494 /// @brief Set the ordinal value and set isOrdinal to true.
500 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
502 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
506 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
COFF.h 193 bool isOrdinal() const { return Data < 0; }
196 assert(isOrdinal() && "ILT entry is not an ordinal!");
201 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
COFF.h 486 bool isOrdinal() const { return data & 0x80000000; }
488 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
490 assert(isOrdinal() && "ILT entry is not an ordinal!");
494 /// @brief Set the ordinal value and set isOrdinal to true.
500 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
502 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
506 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
COFF.h 193 bool isOrdinal() const { return Data < 0; }
196 assert(isOrdinal() && "ILT entry is not an ordinal!");
201 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
COFF.h 486 bool isOrdinal() const { return data & 0x80000000; }
488 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
490 assert(isOrdinal() && "ILT entry is not an ordinal!");
494 /// @brief Set the ordinal value and set isOrdinal to true.
500 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
502 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
506 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
COFF.h 193 bool isOrdinal() const { return Data < 0; }
196 assert(isOrdinal() && "ILT entry is not an ordinal!");
201 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
COFF.h 486 bool isOrdinal() const { return data & 0x80000000; }
488 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
490 assert(isOrdinal() && "ILT entry is not an ordinal!");
494 /// @brief Set the ordinal value and set isOrdinal to true.
500 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
502 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
506 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
COFF.h 193 bool isOrdinal() const { return Data < 0; }
196 assert(isOrdinal() && "ILT entry is not an ordinal!");
201 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 438 bool isOrdinal() const { return data & 0x80000000; }
440 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
442 assert(isOrdinal() && "ILT entry is not an ordinal!");
446 /// @brief Set the ordinal value and set isOrdinal to true.
452 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
454 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
458 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
COFF.h 480 bool isOrdinal() const { return data & 0x80000000; }
482 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
484 assert(isOrdinal() && "ILT entry is not an ordinal!");
488 /// @brief Set the ordinal value and set isOrdinal to true.
494 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
496 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
500 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
COFF.h 480 bool isOrdinal() const { return data & 0x80000000; }
482 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
484 assert(isOrdinal() && "ILT entry is not an ordinal!");
488 /// @brief Set the ordinal value and set isOrdinal to true.
494 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
496 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
500 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
COFF.h 486 bool isOrdinal() const { return data & 0x80000000; }
488 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
490 assert(isOrdinal() && "ILT entry is not an ordinal!");
494 /// @brief Set the ordinal value and set isOrdinal to true.
500 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
502 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
506 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.

Completed in 1124 milliseconds

1 2