Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DOffloadBinary.h104 static bool classof(const Binary *V) { return V->isOffloadFile(); } in classof()
H A DBinary.h138 bool isOffloadFile() const { return TypeID == ID_Offload; } in isOffloadFile() function