Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DBinary.h42 ID_Archive, enumerator
102 return TypeID == ID_Archive; in isArchive()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DArchive.cpp545 : Binary(Binary::ID_Archive, Source) { in Archive()