HomeSort by relevance Sort by last modified time
    Searched defs:ExportEntry (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Object/
MachO.h 52 /// ExportEntry encapsulates the current-state-of-the-walk used when doing a
55 /// for (const llvm::object::ExportEntry &AnExport : Obj->exports()) {
57 class ExportEntry {
59 ExportEntry(ArrayRef<uint8_t> Trie);
68 bool operator==(const ExportEntry &) const;
101 typedef content_iterator<ExportEntry> export_iterator;
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 45 milliseconds