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

/external/llvm/include/llvm/Support/
H A DCOFF.h433 bool isOrdinal() const { return data & 0x80000000; } function in struct:llvm::COFF::ImportLookupTableEntry32
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/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h898 UBool isOrdinal(int32_t index);
/external/llvm/include/llvm/Object/
H A DCOFF.h196 bool isOrdinal() const { return Data < 0; } function in struct:llvm::object::import_lookup_table_entry
199 assert(isOrdinal() && "ILT entry is not an ordinal!");
204 assert(!isOrdinal() && "ILT entry is not a Hint/Name RVA!");
984 std::error_code isOrdinal(bool &Result) const;
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp1456 if (Entry32[Index].isOrdinal())
1460 if (Entry64[Index].isOrdinal())
1472 std::error_code ImportedSymbolRef::isOrdinal(bool &Result) const { function in class:ImportedSymbolRef
1474 Result = Entry32[Index].isOrdinal();
1476 Result = Entry64[Index].isOrdinal();
1491 if (Entry32[Index].isOrdinal()) {
1497 if (Entry64[Index].isOrdinal()) {
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp371 if (Entry.isOrdinal(IsOrdinal))
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp626 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
1077 MessagePattern::isOrdinal(int32_t index) {
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...

Completed in 116 milliseconds