Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp68 OS.emitIntValue(ABIFlagsSection.getASESetValue(), 4); // ases in operator <<()
H A DMipsABIFlagsSection.h61 uint32_t getASESetValue() { return (uint32_t)ASESet; } in getASESetValue() function