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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h158 size_t getOrdinal(Instruction &I) { function in class:llvm::AbstractDependenceGraphBuilder
165 size_t getOrdinal(NodeType &N) { function in class:llvm::AbstractDependenceGraphBuilder
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp58 NodeOrdinalMap.insert(std::make_pair(&NewNode, getOrdinal(I)));
126 return getOrdinal(*LHS) < getOrdinal(*RHS);
/freebsd-current/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;
585 Index = Sec.getOrdinal() + 1;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h149 unsigned getOrdinal() const { return Ordinal; } function in class:llvm::MCSection
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp43 if (LHS->getSection().getOrdinal() != RHS->getSection().getOrdinal())
44 return LHS->getSection().getOrdinal() < RHS->getSection().getOrdinal();
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp120 auto SAddr = object::SectionedAddress{Addr.getValue(), Section.getOrdinal()};
124 << "Section ordinal: " << Section.getOrdinal() << "\n");
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp220 return A.first->getSection().getOrdinal() <
221 B.first->getSection().getOrdinal();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp355 Index = Sec.getOrdinal() + 1;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp460 Index = Sec.getOrdinal() + 1;
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DSymbols.h368 uint16_t getOrdinal() { return file->hdr->OrdinalHint; } function in class:lld::coff::DefinedImportData
H A DDLL.cpp686 uint16_t ord = s->getOrdinal();
757 names.push_back(make<OrdinalOnlyChunk>(ctx, s->getOrdinal()));
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp519 if (Entry.getOrdinal(Ordinal))
565 if (I->getOrdinal(Ordinal))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h194 uint16_t getOrdinal() const { function in struct:llvm::object::import_lookup_table_entry
1242 Error getOrdinal(uint32_t &Result) const;
1270 Error getOrdinal(uint16_t &Result) const;
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1628 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { function in class:ExportDirectoryEntryRef
1747 Error ImportedSymbolRef::getOrdinal(uint16_t &Result) const { function in class:ImportedSymbolRef
1751 Result = Entry32[Index].getOrdinal();
1757 Result = Entry64[Index].getOrdinal();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h510 uint16_t getOrdinal() const { function in struct:llvm::COFF::ImportLookupTableEntry32
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1802 if (Error E = I.getOrdinal(Ordinal))
1819 if (Error E = S.getOrdinal(Ordinal))
1884 if (Error E = Exp.getOrdinal(Ordinal))
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h732 SectionOrdinal getOrdinal() const { return SecOrdinal; }

Completed in 301 milliseconds