Searched refs:getOrdinal (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h133 size_t getOrdinal(Instruction &I) { function in class:llvm::AbstractDependenceGraphBuilder
140 size_t getOrdinal(NodeType &N) { function in class:llvm::AbstractDependenceGraphBuilder
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp155 if (LHS->getSection().getOrdinal() != RHS->getSection().getOrdinal())
156 return LHS->getSection().getOrdinal() < RHS->getSection().getOrdinal();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp56 NodeOrdinalMap.insert(std::make_pair(&NewNode, getOrdinal(I)));
124 return getOrdinal(*LHS) < getOrdinal(*RHS);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h129 unsigned getOrdinal() const { return Ordinal; } function in class:llvm::MCSection
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp202 Index = A->getFragment()->getParent()->getOrdinal() + 1;
214 Index = B->getFragment()->getParent()->getOrdinal() + 1;
246 Index = Symbol->getFragment()->getParent()->getOrdinal() + 1;
582 Index = Sec.getOrdinal() + 1;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp375 if (Entry.getOrdinal(Ordinal))
412 if (I->getOrdinal(Ordinal))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp357 Index = Sec.getOrdinal() + 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp363 Index = Sec.getOrdinal() + 1;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h194 uint16_t getOrdinal() const { function in struct:llvm::object::import_lookup_table_entry
1149 std::error_code getOrdinal(uint32_t &Result) const;
1177 std::error_code getOrdinal(uint16_t &Result) const;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h494 uint16_t getOrdinal() const { function in struct:llvm::COFF::ImportLookupTableEntry32
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp459 Index = Sec.getOrdinal() + 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1483 std::error_code ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { function in class:ExportDirectoryEntryRef
1600 std::error_code ImportedSymbolRef::getOrdinal(uint16_t &Result) const { function in class:ImportedSymbolRef
1604 Result = Entry32[Index].getOrdinal();
1610 Result = Entry64[Index].getOrdinal();
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.h329 uint16_t getOrdinal() { return file->hdr->OrdinalHint; } function in class:lld::coff::DefinedImportData
H A DDLL.cpp583 uint16_t ord = s->getOrdinal();
651 names.push_back(make<OrdinalOnlyChunk>(s->getOrdinal()));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1627 if (std::error_code EC = I.getOrdinal(Ordinal))
1644 if (std::error_code EC = S.getOrdinal(Ordinal))
1708 if (std::error_code EC = E.getOrdinal(Ordinal))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h559 SectionOrdinal getOrdinal() const { return SecOrdinal; } function in class:llvm::jitlink::Section

Completed in 608 milliseconds