Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DGOFFObjectWriter.cpp296 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 DELFObjectWriter.cpp578 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 DMCPseudoProbe.cpp219 return A.first->getSection().getOrdinal() < in emit()
220 B.first->getSection().getOrdinal(); in emit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h159 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 DX86MachObjectWriter.cpp196 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 DDependenceGraphBuilder.cpp58 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 DJITLinkMemoryManager.cpp43 if (LHS->getSection().getOrdinal() != RHS->getSection().getOrdinal()) in BasicLayout()
44 return LHS->getSection().getOrdinal() < RHS->getSection().getOrdinal(); in BasicLayout()
H A DMachO.cpp127 Sec.setOrdinal(Sec.getOrdinal() + 1); in getOrCreateLocalMachOHeader()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp119 auto SAddr = object::SectionedAddress{Addr.getValue(), Section.getOrdinal()}; in getDebugInfoRecord()
123 << "Section ordinal: " << Section.getOrdinal() << "\n"); in getDebugInfoRecord()
H A DVTuneSupportPlugin.cpp69 object::SectionedAddress{Addr.getValue(), Section.getOrdinal()}; in getMethodBatch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp342 Index = Sec.getOrdinal() + 1; in recordRelocation()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp537 if (Entry.getOrdinal(Ordinal)) in printImportTables()
583 if (I->getOrdinal(Ordinal)) in printExportTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h199 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 DCOFF.h544 uint16_t getOrdinal() const { in getOrdinal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp444 Index = Sec.getOrdinal() + 1; in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1754 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 DSymbols.h389 uint16_t getOrdinal() { return file->hdr->OrdinalHint; } in getOrdinal() function
H A DDLL.cpp789 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 DMCSection.h169 unsigned getOrdinal() const { return Ordinal; } in getOrdinal() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1851 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 DJITLink.h759 SectionOrdinal getOrdinal() const { return SecOrdinal; } in getOrdinal() function