Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DBinary.h53 ID_Offload, // Offloading binary file. enumerator
138 bool isOffloadFile() const { return TypeID == ID_Offload; } in isOffloadFile()
H A DOffloadBinary.h132 : Binary(Binary::ID_Offload, Source), Buffer(Source.getBufferStart()), in OffloadBinary()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp123 case ID_Offload: in LLVMBinaryGetType()