Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h45 ID_IR, // LLVM IR enumerator
146 return TypeID == ID_IR; in isIR()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp29 : SymbolicFile(Binary::ID_IR, Object), Mods(std::move(Mods)) { in IRObjectFile()
H A DObject.cpp101 case ID_IR: in LLVMBinaryGetType()