Searched refs:getOffloadKind (Results 1 – 6 of 6) sorted by relevance
102 ImageBinary.TheOffloadKind = getOffloadKind(Value); in bundleImages()156 return Binary->getOffloadKind() == getOffloadKind(Value); in unbundleImages()
86 OffloadKind getOffloadKind() const { return TheEntry->TheOffloadKind; } in getOffloadKind() function183 OffloadKind getOffloadKind(StringRef Name);
47 << getOffloadKindName(OB.getOffloadKind()) << "\n"; in printBinary()
24 Member.OffloadKind = OB.getOffloadKind(); in populateYAML()
300 OffloadKind object::getOffloadKind(StringRef Name) { in getOffloadKind() function in object
187 Image.TheOffloadKind = getOffloadKind(Kind); in getInputBitcodeLibrary()1020 if (File.getBinary()->getOffloadKind() != OFK_None) in linkAndWrapDeviceFiles()1021 ActiveOffloadKinds.insert(File.getBinary()->getOffloadKind()); in linkAndWrapDeviceFiles()