Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp142 static unsigned getVersionValue(unsigned MajorVersion, unsigned MinorVersion) { in getVersionValue() function
184 Twine(getVersionValue(ExtInfo.Major, ExtInfo.Minor))); in getTargetDefines()
223 Builder.defineMacro("__riscv_v_intrinsic", Twine(getVersionValue(1, 0))); in getTargetDefines()