Home
last modified time | relevance | path

Searched refs:getISALevelValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp61 OS.emitIntValue(ABIFlagsSection.getISALevelValue(), 1); // isa_level in operator <<()
H A DMipsABIFlagsSection.h54 uint8_t getISALevelValue() { return (uint8_t)ISALevel; } in getISALevelValue() function