OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOrdinal
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
COFF.h
492
bool
isOrdinal
() const { return data & 0x80000000; }
494
/// Get the ordinal value of this entry.
isOrdinal
must be true.
496
assert(
isOrdinal
() && "ILT entry is not an ordinal!");
500
/// Set the ordinal value and set
isOrdinal
to true.
506
/// Get the Hint/Name entry RVA.
isOrdinal
must be false.
508
assert(!
isOrdinal
() && "ILT entry is not a Hint/Name RVA!");
512
/// Set the Hint/Name entry RVA and set
isOrdinal
to false.
/src/external/apache2/llvm/dist/llvm/lib/Object/
COFFObjectFile.cpp
1593
if (Entry32[Index].
isOrdinal
())
1597
if (Entry64[Index].
isOrdinal
())
1609
Error ImportedSymbolRef::
isOrdinal
(bool &Result) const {
1611
Result = Entry32[Index].
isOrdinal
();
1613
Result = Entry64[Index].
isOrdinal
();
1628
if (Entry32[Index].
isOrdinal
()) {
1634
if (Entry64[Index].
isOrdinal
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
COFF.h
192
bool
isOrdinal
() const { return Data < 0; }
195
assert(
isOrdinal
() && "ILT entry is not an ordinal!");
200
assert(!
isOrdinal
() && "ILT entry is not a Hint/Name RVA!");
1210
Error
isOrdinal
(bool &Result) const;
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.cpp
371
bool
IsOrdinal
;
372
if (Entry.
isOrdinal
(
IsOrdinal
))
374
if (
IsOrdinal
) {
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026