Home
last modified time | relevance | path

Searched defs:Archive (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/common/
DtcuResource.hpp67 class Archive class
85 Archive () {} in Archive() function in tcu::Archive
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h25 class Archive; variable
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h119 CMyComPtr<IInArchive> Archive; variable
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchive.cpp145 Archive::Archive(const sys::Path& filename, LLVMContext& C) in Archive() function in Archive
/external/swiftshader/third_party/LLVM/lib/Object/
DArchive.cpp135 Archive::Archive(MemoryBuffer *source, error_code &ec) in Archive() function in Archive
/external/llvm/include/llvm/Object/
DArchive.h56 friend Archive; variable
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DArchive.h31 class Archive; // Declared below variable
/external/mesa3d/src/hgl/
DGLView.cpp283 BGLView::Archive(BMessage* data, bool deep) const in Archive() function in BGLView
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h54 class Archive; variable
/external/llvm/lib/Object/
DArchive.cpp285 Archive::Archive(MemoryBufferRef Source, Error &Err) in Archive() function in Archive
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp709 object::Archive Archive(Buf.get()->getMemBufferRef(), Err); in performOperation() local