Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DBinary.h42 ID_Archive, enumerator
112 bool isArchive() const { return TypeID == ID_Archive; } in isArchive()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DObject.cpp94 case ID_Archive: in LLVMBinaryGetType()
H A DArchive.cpp540 : Binary(Binary::ID_Archive, Source) { in Archive()