Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h43 ID_Archive, enumerator
116 bool isArchive() const { return TypeID == ID_Archive; } in isArchive()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp95 case ID_Archive: in LLVMBinaryGetType()
H A DArchive.cpp709 : Binary(Binary::ID_Archive, Source) { in Archive()