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

  /external/llvm/include/llvm/Support/
COFF.h 422 bool isOrdinal() const { return data & 0x80000000; }
424 /// @brief Get the ordinal value of this entry. isOrdinal must be true.
426 assert(isOrdinal() && "ILT entry is not an ordinal!");
430 /// @brief Set the ordinal value and set isOrdinal to true.
436 /// @brief Get the Hint/Name entry RVA. isOrdinal must be false.
438 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
442 /// @brief Set the Hint/Name entry RVA and set isOrdinal to false.
  /external/llvm/include/llvm/Object/
COFF.h 148 bool isOrdinal() const { return data & 0x80000000; }
151 assert(isOrdinal() && "ILT entry is not an ordinal!");
156 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
  /external/icu/icu4c/source/common/unicode/
messagepattern.h     [all...]
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 329 if (entry->isOrdinal()) {
  /external/icu/icu4c/source/common/
messagepattern.cpp 624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 806 milliseconds