OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ArchiveMember
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Archive/
Archive.cpp
10
// This file contains the implementation of the Archive and
ArchiveMember
29
ArchiveMember
::getMemberSize() const {
46
ArchiveMember
::
ArchiveMember
()
58
// set for the iplist. The Archive class fills in the
ArchiveMember
's data.
61
ArchiveMember
::
ArchiveMember
(Archive* PAR)
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
's we've allocated as a result o
[
all
...]
/external/llvm/include/llvm/Bitcode/
Archive.h
10
// 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
> {
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
objects. The member
[
all
...]
Completed in 2424 milliseconds