Home
last modified time | relevance | path

Searched defs:getOffloadKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBinary.cpp302 OffloadKind object::getOffloadKind(StringRef Name) { in getOffloadKind() function in object
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h86 OffloadKind getOffloadKind() const { return TheEntry->TheOffloadKind; } getOffloadKind() function