Searched refs:isOrdinal (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
H A DCOFF.h422 bool isOrdinal() const { return data & 0x80000000; } function in struct:llvm::COFF::ImportLookupTableEntry32
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/
H A DCOFF.h148 bool isOrdinal() const { return data & 0x80000000; } function in struct:llvm::object::import_lookup_table_entry32
151 assert(isOrdinal() && "ILT entry is not an ordinal!");
156 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dmessagepattern.h896 UBool isOrdinal(int32_t index);
/external/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h896 UBool isOrdinal(int32_t index);
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp329 if (entry->isOrdinal()) {
/external/chromium_org/third_party/icu/source/common/
H A Dmessagepattern.cpp624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
1075 MessagePattern::isOrdinal(int32_t index) {
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
1075 MessagePattern::isOrdinal(int32_t index) {

Completed in 268 milliseconds