Home
last modified time | relevance | path

Searched refs:ExportEntry (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1215 ExportEntry::ExportEntry(ArrayRef<uint8_t> T) in ExportEntry() function in ExportEntry
1218 void ExportEntry::moveToFirst() { in moveToFirst()
1223 void ExportEntry::moveToEnd() { in moveToEnd()
1228 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
1246 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr) { in readULEB128()
1257 StringRef ExportEntry::name() const { in name()
1261 uint64_t ExportEntry::flags() const { in flags()
1265 uint64_t ExportEntry::address() const { in address()
1269 uint64_t ExportEntry::other() const { in other()
1273 StringRef ExportEntry::otherName() const { in otherName()
[all …]
/NextBSD/contrib/gdb/gdb/
HDobjfiles.h195 ExportEntry; typedef
436 ExportEntry *export_list;
HDsomread.c660 = (ExportEntry *) obstack_alloc (&objfile->objfile_obstack, in init_export_symbols()
661 export_list_size * sizeof (ExportEntry)); in init_export_symbols()
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h57 class ExportEntry {
59 ExportEntry(ArrayRef<uint8_t> Trie);
68 bool operator==(const ExportEntry &) const;
101 typedef content_iterator<ExportEntry> export_iterator;
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp8472 for (const llvm::object::ExportEntry &Entry : Obj->exports()) { in printMachOExportsTrie()