Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DBinary.h42 ID_Archive, enumerator
114 bool isArchive() const { return TypeID == ID_Archive; } in isArchive()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObject.cpp95 case ID_Archive: in LLVMBinaryGetType()
H A DArchive.cpp701 : Binary(Binary::ID_Archive, Source) { in Archive()