| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceGraphBuilder.h | 158 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 D | DependenceGraphBuilder.cpp | 58 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 D | JITLinkMemoryManager.cpp | 43 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 D | X86MachObjectWriter.cpp | 202 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 D | PerfSupportPlugin.cpp | 120 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 D | MCSection.h | 149 unsigned getOrdinal() const { return Ordinal; }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCPseudoProbe.cpp | 220 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 D | AArch64MachObjectWriter.cpp | 355 Index = Sec.getOrdinal() + 1; in recordRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 519 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 D | COFF.h | 194 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 D | COFFObjectFile.cpp | 1628 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 D | DLL.cpp | 686 uint16_t ord = s->getOrdinal(); in create() 757 names.push_back(make<OrdinalOnlyChunk>(ctx, s->getOrdinal())); in create()
|
| H A D | Symbols.h | 368 uint16_t getOrdinal() { return file->hdr->OrdinalHint; } in getOrdinal() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 510 uint16_t getOrdinal() const { in getOrdinal() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 460 Index = Sec.getOrdinal() + 1; in recordRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1802 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 D | JITLink.h | 732 SectionOrdinal getOrdinal() const { return SecOrdinal; } in getOrdinal() function
|