Searched defs:ArchiveMember (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Archive/
H A DArchive.cpp10 // This file contains the implementation of the Archive and ArchiveMember
29 ArchiveMember::getMemberSize() const {
46 ArchiveMember::ArchiveMember() function in class:ArchiveMember
58 // set for the iplist. The Archive class fills in the ArchiveMember's data.
61 ArchiveMember::ArchiveMember(Archive* PAR) function in class:ArchiveMember
66 // This method allows an ArchiveMember to be replaced with the data for a
69 bool ArchiveMember::replaceWith(const sys::Path& newFile, std::string* ErrMsg) {
181 // Delete any Modules and ArchiveMember'
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
H A DArchive.h10 // This header file declares the Archive and ArchiveMember classes that provide
39 /// construct ArchiveMember instances. You should obtain them from the methods
42 class ArchiveMember : public ilist_node<ArchiveMember> { class in namespace:llvm
183 ArchiveMember();
186 /// Used internally by the Archive class to construct an ArchiveMember.
187 /// The contents of the ArchiveMember are filled out by the Archive class.
188 explicit ArchiveMember(Archive *PAR);
190 // So Archive can construct an ArchiveMember
196 /// presents the archive file as an ilist of ArchiveMember object
[all...]

Completed in 87 milliseconds