Home
last modified time | relevance | path

Searched defs:isArchive (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DBinary.h112 bool isArchive() const { return TypeID == ID_Archive; } in isArchive() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DBinaryHolder.cpp29 static bool isArchive(StringRef Filename) { return Filename.endswith(")"); } in isArchive() function