Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DBinary.h42 ID_Archive, enumerator
99 return TypeID == ID_Archive; in isArchive()
/external/llvm-project/llvm/include/llvm/Object/
DBinary.h42 ID_Archive, enumerator
112 bool isArchive() const { return TypeID == ID_Archive; } in isArchive()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DBinary.h42 ID_Archive, enumerator
110 bool isArchive() const { return TypeID == ID_Archive; } in isArchive()
/external/llvm-project/llvm/lib/Object/
DObject.cpp94 case ID_Archive: in LLVMBinaryGetType()
DArchive.cpp540 : Binary(Binary::ID_Archive, Source) { in Archive()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp94 case ID_Archive: in LLVMBinaryGetType()
DArchive.cpp544 : Binary(Binary::ID_Archive, Source) { in Archive()
/external/llvm/lib/Object/
DArchive.cpp286 : Binary(Binary::ID_Archive, Source) { in Archive()