Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp1519 ExportEntry::ExportEntry(ArrayRef<uint8_t> T) in ExportEntry() function in ExportEntry
1522 void ExportEntry::moveToFirst() { in moveToFirst()
1527 void ExportEntry::moveToEnd() { in moveToEnd()
1532 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
1550 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr) { in readULEB128()
1561 StringRef ExportEntry::name() const { in name()
1565 uint64_t ExportEntry::flags() const { in flags()
1569 uint64_t ExportEntry::address() const { in address()
1573 uint64_t ExportEntry::other() const { in other()
1577 StringRef ExportEntry::otherName() const { in otherName()
[all …]
/external/llvm/include/llvm/Object/
DMachO.h57 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/
DMachODump.cpp8533 for (const llvm::object::ExportEntry &Entry : Obj->exports()) { in printMachOExportsTrie()