Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h105 struct ExportEntry { struct
113 std::vector<MachOYAML::ExportEntry> Children; argument
121 MachOYAML::ExportEntry ExportTrie;
165 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::ExportEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
213 template <> struct MappingTraits<MachOYAML::ExportEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
214 static void mapping(IO &IO, MachOYAML::ExportEntry &ExportEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp182 void MappingTraits<MachOYAML::ExportEntry>::mapping( in mapping()
183 IO &IO, MachOYAML::ExportEntry &ExportEntry) { in mapping() argument
184 IO.mapRequired("TerminalSize", ExportEntry.TerminalSize); in mapping()
185 IO.mapOptional("NodeOffset", ExportEntry.NodeOffset); in mapping()
186 IO.mapOptional("Name", ExportEntry.Name); in mapping()
187 IO.mapOptional("Flags", ExportEntry.Flags); in mapping()
188 IO.mapOptional("Address", ExportEntry.Address); in mapping()
189 IO.mapOptional("Other", ExportEntry.Other); in mapping()
190 IO.mapOptional("ImportName", ExportEntry.ImportName); in mapping()
191 IO.mapOptional("Children", ExportEntry.Children); in mapping()
H A DMachOEmitter.cpp58 void dumpExportEntry(raw_ostream &OS, MachOYAML::ExportEntry &Entry);
400 MachOYAML::ExportEntry &Entry) { in dumpExportEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h72 class ExportEntry {
74 ExportEntry(Error *Err, const MachOObjectFile *O, ArrayRef<uint8_t> Trie);
83 bool operator==(const ExportEntry &) const;
125 using export_iterator = content_iterator<ExportEntry>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2817 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O, in ExportEntry() function in ExportEntry
2820 void ExportEntry::moveToFirst() { in moveToFirst()
2828 void ExportEntry::moveToEnd() { in moveToEnd()
2833 bool ExportEntry::operator==(const ExportEntry &Other) const { in operator ==()
2851 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr, const char **error) { in readULEB128()
2860 StringRef ExportEntry::name() const { in name()
2864 uint64_t ExportEntry::flags() const { in flags()
2868 uint64_t ExportEntry::address() const { in address()
2872 uint64_t ExportEntry::other() const { in other()
2876 StringRef ExportEntry::otherName() const { in otherName()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp510 MachOYAML::ExportEntry &Entry) { in processExportNode()
539 MachOYAML::ExportEntry()); in processExportNode()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1126 for (const auto &ExportEntry : COFFObj->export_directories()) { in disassembleObject() local
1128 if (Error E = ExportEntry.getSymbolName(Name)) in disassembleObject()
1134 if (Error E = ExportEntry.getExportRVA(RVA)) in disassembleObject()
H A DMachODump.cpp10272 for (const object::ExportEntry &Entry : Obj->exports(Err)) { in printMachOExportsTrie()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1269 for (const llvm::object::ExportEntry &Entry : MachO.exports(Err)) { in dumpSymbolsFromDLInfoMachO()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19981758 * objfiles.h: Add some typedefs: Importentry, ExportEntry.
H A DChangeLog-20076510 * objfiles.h (ImportEntry, ExportEntry): Remove types.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19981758 * objfiles.h: Add some typedefs: Importentry, ExportEntry.
H A DChangeLog-20076510 * objfiles.h (ImportEntry, ExportEntry): Remove types.