Searched refs:getStruct (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 67 static T getStruct(const MachOObjectFile &O, const char *P) { in getStruct() function 115 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase() 4282 return getStruct<MachO::section>(*this, Sec); in getSection() 4288 return getStruct<MachO::section_64>(*this, Sec); in getSection64() 4294 return getStruct<MachO::nlist>(*this, P); in getSymbolTableEntry() 4300 return getStruct<MachO::nlist_64>(*this, P); in getSymbol64TableEntry() 4330 return getStruct<MachO::note_command>(*this, L.Ptr); in getNoteLoadCommand() 4345 return getStruct<MachO::dylib_command>(*this, L.Ptr); in getDylibIDLoadCommand() 4360 return getStruct<MachO::uuid_command>(*this, L.Ptr); in getUuidCommand() 4365 return getStruct<MachO::rpath_command>(*this, L.Ptr); in getRpathCommand() [all …]
|