Home
last modified time | relevance | path

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

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