Home
last modified time | relevance | path

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

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