Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h87 OffloadKind getOffloadKind() const { return TheEntry->TheOffloadKind; } in getVersion()
197 OffloadKind getOffloadKind(StringRef Name);
86 OffloadKind getOffloadKind() const { return TheEntry->TheOffloadKind; } getOffloadKind() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DOffloadDump.cpp47 << getOffloadKindName(OB.getOffloadKind()) << "\n"; in printBinary()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp302 OffloadKind object::getOffloadKind(StringRef Name) { in getOffloadKind() function in object