OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOrdinal
(Results
1 - 7
of
7
) 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/chromium_org/third_party/icu/source/common/unicode/
messagepattern.h
[
all
...]
/external/icu/icu4c/source/common/unicode/
messagepattern.h
[
all
...]
/external/llvm/tools/llvm-objdump/
COFFDump.cpp
329
if (entry->
isOrdinal
()) {
/external/chromium_org/third_party/icu/source/common/
messagepattern.cpp
624
if(isSelect(typeIndex) &&
isOrdinal
(typeIndex+6)) {
[
all
...]
/external/icu/icu4c/source/common/
messagepattern.cpp
624
if(isSelect(typeIndex) &&
isOrdinal
(typeIndex+6)) {
[
all
...]
Completed in 167 milliseconds