Home
last modified time | relevance | path

Searched refs:isOffloadFile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBinary.h105 static bool classof(const Binary *V) { return V->isOffloadFile(); }
H A DBinary.h139 bool isOffloadFile() const { return TypeID == ID_Offload; } in isOffloadFile() function