Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp60 OS.emitIntValue(ABIFlagsSection.getVersionValue(), 2); // version in operator <<()
H A DMipsABIFlagsSection.h53 uint16_t getVersionValue() { return (uint16_t)Version; } in getVersionValue() function