HomeSort by: relevance | last modified time | path
    Searched defs:ExportEntry (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 65 /// ExportEntry encapsulates the current-state-of-the-walk used when doing a
69 /// for (const llvm::object::ExportEntry &AnExport : Obj->exports(&Err)) {
72 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>;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MachOYAML.h 105 struct ExportEntry {
113 std::vector<MachOYAML::ExportEntry> Children;
121 MachOYAML::ExportEntry ExportTrie;
165 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::ExportEntry)
213 template <> struct MappingTraits<MachOYAML::ExportEntry> {
214 static void mapping(IO &IO, MachOYAML::ExportEntry &ExportEntry);
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2817 ExportEntry::ExportEntry(Error *E, const MachOObjectFile *O,
2820 void ExportEntry::moveToFirst() {
2828 void ExportEntry::moveToEnd() {
2833 bool ExportEntry::operator==(const ExportEntry &Other) const {
2851 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr, const char **error) {
2860 StringRef ExportEntry::name() const {
2864 uint64_t ExportEntry::flags() const {
2868 uint64_t ExportEntry::address() const
    [all...]

Completed in 23 milliseconds