Home
last modified time | relevance | path

Searched refs:setOrdinal (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h150 void setOrdinal(unsigned Value) { Ordinal = Value; }
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DCOFF.h516 void setOrdinal(uint16_t o) { in setOrdinal() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp218 I.value().setOrdinal(I.index()); in emit()
H A DMCAssembler.cpp830 Sec.setOrdinal(SectionIndex++); in layout()