Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.cpp70 OS.emitIntValue(ABIFlagsSection.getFlags2Value(), 4); // flags2 in operator <<()
H A DMipsABIFlagsSection.h72 uint32_t getFlags2Value() { return 0; } in getFlags2Value() function