OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LibraryRef
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Object/
ObjectFile.h
178
///
LibraryRef
- This is a value type class that represents a single library in
180
class
LibraryRef
{
186
LibraryRef
() : OwningObject(nullptr) { }
188
LibraryRef
(DataRefImpl LibraryP, const ObjectFile *Owner);
190
bool operator==(const
LibraryRef
&Other) const;
191
bool operator<(const
LibraryRef
&Other) const;
193
std::error_code getNext(
LibraryRef
&Result) const;
200
typedef content_iterator<
LibraryRef
> library_iterator;
295
// Same for
LibraryRef
296
friend class
LibraryRef
;
[
all
...]
ELFObjectFile.h
74
LibraryRef
&Result) const override;
835
return library_iterator(
LibraryRef
(toDRI(DI), this));
840
LibraryRef
&Result) const {
849
Result =
LibraryRef
(toDRI(DI), this);
862
return library_iterator(
LibraryRef
(toDRI(EF.end_dynamic_table()), this));
[
all
...]
MachO.h
122
LibraryRef
&Res) const override;
COFF.h
418
LibraryRef
&Result) const override;
/external/llvm/lib/Object/
COFFObjectFile.cpp
[
all
...]
MachOObjectFile.cpp
[
all
...]
Completed in 41 milliseconds