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 241 /// LibraryRef - This is a value type class that represents a single library in
243 class LibraryRef {
249 LibraryRef() : OwningObject(NULL) { }
251 LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner);
253 bool operator==(const LibraryRef &Other) const;
254 bool operator<(const LibraryRef &Other) const;
256 error_code getNext(LibraryRef &Result) const;
263 typedef content_iterator<LibraryRef> library_iterator;
349 // Same for LibraryRef
350 friend class LibraryRef;
    [all...]
MachO.h 109 virtual error_code getLibraryNext(DataRefImpl LibData, LibraryRef &Res) const;
COFF.h 260 LibraryRef &Result) const;
ELF.h 687 virtual error_code getLibraryNext(DataRefImpl Data, LibraryRef &Result) const;
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 796 static bool compareLibraryName(const LibraryRef &L, const LibraryRef &R) {
809 typedef std::vector<LibraryRef> LibsTy;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 854 LibraryRef &Result) const {
MachOObjectFile.cpp     [all...]

Completed in 696 milliseconds