Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp63 OS.emitIntValue(ABIFlagsSection.getGPRSizeValue(), 1); // gpr_size in operator <<()
H A DMipsABIFlagsSection.h56 uint8_t getGPRSizeValue() { return (uint8_t)GPRSize; } in getGPRSizeValue() function