Searched defs:DeviceLibABIVersion (Results 1 – 1 of 1) sorted by relevance
26 struct DeviceLibABIVersion { struct28 DeviceLibABIVersion(unsigned V) : ABIVersion(V) {} in DeviceLibABIVersion() argument29 static DeviceLibABIVersion fromCodeObjectVersion(unsigned CodeObjectVersion) { in fromCodeObjectVersion() argument38 bool requiresLibrary() { return ABIVersion >= 500; } in requiresLibrary()39 std::string toString() { in toString()