| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | GOFFObjectWriter.cpp | 296 GOFFSymbol SD(Section.getName(), Section.getOrdinal(), in defineSectionSymbols() 302 GOFFSymbol ED(Section.getName(), Section.getOrdinal(), in defineSectionSymbols() 303 Section.getParent()->getOrdinal(), Section.getEDAttributes()); in defineSectionSymbols() 310 GOFFSymbol PR(Section.getName(), Section.getOrdinal(), Parent->getOrdinal(), in defineSectionSymbols() 328 GOFFSymbol LD(Symbol.getName(), Symbol.getIndex(), Section.getOrdinal(), in defineLabel() 331 LD.ADAEsdId = Symbol.getADA()->getOrdinal(); in defineLabel() 479 TextStream S(OS, Section->getOrdinal(), Section->getTextStyle()); in writeText()
|
| H A D | ELFObjectWriter.cpp | 578 MSD.SectionIndex = Section.getOrdinal(); in computeSymbolTable() 900 sh_info = InfoSection->getOrdinal(); in writeSectionHeader() 926 sh_link = Sym->getSection().getOrdinal(); in writeSectionHeader() 1067 Members.second.push_back(Section.getOrdinal()); in writeObject() 1069 Members.second.push_back(RelSection->getOrdinal()); in writeObject()
|
| H A D | MCPseudoProbe.cpp | 219 return A.first->getSection().getOrdinal() < in emit() 220 B.first->getSection().getOrdinal(); in emit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceGraphBuilder.h | 159 size_t getOrdinal(Instruction &I) { in getOrdinal() function 166 size_t getOrdinal(NodeType &N) { in getOrdinal() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 196 Index = A->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 208 Index = B->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 239 Index = Symbol->getFragment()->getParent()->getOrdinal() + 1; in RecordX86_64Relocation() 560 Index = Sec.getOrdinal() + 1; in RecordX86Relocation()
|
| /freebsd/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/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()
|
| H A D | MachO.cpp | 127 Sec.setOrdinal(Sec.getOrdinal() + 1); in getOrCreateLocalMachOHeader()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/ |
| H A D | PerfSupportPlugin.cpp | 119 auto SAddr = object::SectionedAddress{Addr.getValue(), Section.getOrdinal()}; in getDebugInfoRecord() 123 << "Section ordinal: " << Section.getOrdinal() << "\n"); in getDebugInfoRecord()
|
| H A D | VTuneSupportPlugin.cpp | 69 object::SectionedAddress{Addr.getValue(), Section.getOrdinal()}; in getMethodBatch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 342 Index = Sec.getOrdinal() + 1; in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 537 if (Entry.getOrdinal(Ordinal)) in printImportTables() 583 if (I->getOrdinal(Ordinal)) in printExportTable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 199 uint16_t getOrdinal() const { in getOrdinal() function 1301 LLVM_ABI Error getOrdinal(uint32_t &Result) const; 1329 LLVM_ABI Error getOrdinal(uint16_t &Result) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | COFF.h | 544 uint16_t getOrdinal() const { in getOrdinal() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 444 Index = Sec.getOrdinal() + 1; in recordRelocation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 1754 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal() function in ExportDirectoryEntryRef 1873 Error ImportedSymbolRef::getOrdinal(uint16_t &Result) const { in getOrdinal() function in ImportedSymbolRef 1877 Result = Entry32[Index].getOrdinal(); in getOrdinal() 1883 Result = Entry64[Index].getOrdinal(); in getOrdinal()
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Symbols.h | 389 uint16_t getOrdinal() { return file->hdr->OrdinalHint; } in getOrdinal() function
|
| H A D | DLL.cpp | 789 uint16_t ord = s->getOrdinal(); in create() 973 names.push_back(make<OrdinalOnlyChunk>(ctx, s->getOrdinal())); in create()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSection.h | 169 unsigned getOrdinal() const { return Ordinal; } in getOrdinal() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1851 if (Error E = I.getOrdinal(Ordinal)) in printImportedSymbols() 1868 if (Error E = S.getOrdinal(Ordinal)) in printDelayImportedSymbols() 1933 if (Error E = Exp.getOrdinal(Ordinal)) in printCOFFExports()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 759 SectionOrdinal getOrdinal() const { return SecOrdinal; } in getOrdinal() function
|