Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp208 if (LHS->getSection().getOrdinal() != RHS->getSection().getOrdinal()) in layOutBlocks()
209 return LHS->getSection().getOrdinal() < RHS->getSection().getOrdinal(); in layOutBlocks()
/netbsd-src/external/apache2/llvm/dist/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()
582 Index = Sec.getOrdinal() + 1; in RecordX86Relocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp57 NodeOrdinalMap.insert(std::make_pair(&NewNode, getOrdinal(I))); in createFineGrainedNodes()
125 return getOrdinal(*LHS) < getOrdinal(*RHS); in createPiBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSection.h134 unsigned getOrdinal() const { return Ordinal; }
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp376 if (Entry.getOrdinal(Ordinal)) in printImportTables()
413 if (I->getOrdinal(Ordinal)) in printExportTable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h194 uint16_t getOrdinal() const { in getOrdinal() function
1183 Error getOrdinal(uint32_t &Result) const;
1211 Error getOrdinal(uint16_t &Result) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp357 Index = Sec.getOrdinal() + 1; in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1508 Error ExportDirectoryEntryRef::getOrdinal(uint32_t &Result) const { in getOrdinal() function in ExportDirectoryEntryRef
1625 Error ImportedSymbolRef::getOrdinal(uint16_t &Result) const { in getOrdinal() function in ImportedSymbolRef
1629 Result = Entry32[Index].getOrdinal(); in getOrdinal()
1635 Result = Entry64[Index].getOrdinal(); in getOrdinal()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DCOFF.h495 uint16_t getOrdinal() const { in getOrdinal() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp459 Index = Sec.getOrdinal() + 1; in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1655 if (Error E = I.getOrdinal(Ordinal)) in printImportedSymbols()
1672 if (Error E = S.getOrdinal(Ordinal)) in printDelayImportedSymbols()
1736 if (Error E = Exp.getOrdinal(Ordinal)) in printCOFFExports()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h614 SectionOrdinal getOrdinal() const { return SecOrdinal; } in getOrdinal() function
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DJITLink.rst318 * ``SectionOrdinal``, accessible via ``getOrdinal``, is a number used to order