HomeSort by relevance Sort by last modified time
    Searched refs:LibraryRef (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Object/
ObjectFile.h 244 /// LibraryRef - This is a value type class that represents a single library in
246 class LibraryRef {
252 LibraryRef() : OwningObject(NULL) { }
254 LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner);
256 bool operator==(const LibraryRef &Other) const;
257 bool operator<(const LibraryRef &Other) const;
259 error_code getNext(LibraryRef &Result) const;
266 typedef content_iterator<LibraryRef> library_iterator;
354 // Same for LibraryRef
355 friend class LibraryRef;
    [all...]
COFF.h 158 LibraryRef &Result) const;
MachO.h 108 virtual error_code getLibraryNext(DataRefImpl LibData, LibraryRef &Res) const;
ELF.h 667 virtual error_code getLibraryNext(DataRefImpl Data, LibraryRef &Result) const;
    [all...]
  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 193 static void dumpLibrary(const LibraryRef &lib, const ObjectFile *obj) {
  /external/llvm/lib/Object/
COFFObjectFile.cpp 823 LibraryRef &Result) const {
MachOObjectFile.cpp     [all...]

Completed in 29 milliseconds