Searched refs:setOrdinal (Results 1 - 3 of 3) sorted by relevance
/external/llvm/include/llvm/MC/ | ||
H A D | MCSection.h | 130 void setOrdinal(unsigned Value) { Ordinal = Value; } function in class:llvm::MCSection |
/external/llvm/include/llvm/Support/ | ||
H A D | COFF.h | 443 void setOrdinal(uint16_t o) { function in struct:llvm::COFF::ImportLookupTableEntry32 |
/external/llvm/lib/MC/ | ||
H A D | MCAssembler.cpp | 901 Sec.setOrdinal(SectionIndex++); |
Completed in 107 milliseconds