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

  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /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/tools/llvm-objdump/
llvm-objdump.cpp 898 for (const auto &ExportEntry : COFFObj->export_directories()) {
900 error(ExportEntry.getSymbolName(Name));
904 error(ExportEntry.getExportRVA(RVA));
    [all...]
MachODump.cpp     [all...]

Completed in 147 milliseconds