Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Object/
DBinary.h45 ID_IR, // LLVM IR enumerator
145 return TypeID == ID_IR; in isIR()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DIRObjectFile.cpp30 : SymbolicFile(Binary::ID_IR, Object), Mods(std::move(Mods)) { in IRObjectFile()
DObject.cpp101 case ID_IR: in LLVMBinaryGetType()