Searched refs:getStruct (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 71 static T getStruct(const MachOObjectFile &O, const char *P) { in getStruct() function 119 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase() 4442 return getStruct<MachO::section>(*this, Sec); in getSection() 4448 return getStruct<MachO::section_64>(*this, Sec); in getSection64() 4454 return getStruct<MachO::nlist>(*this, P); in getSymbolTableEntry() 4460 return getStruct<MachO::nlist_64>(*this, P); in getSymbol64TableEntry() 4490 return getStruct<MachO::note_command>(*this, L.Ptr); in getNoteLoadCommand() 4505 return getStruct<MachO::dylib_command>(*this, L.Ptr); in getDylibIDLoadCommand() 4520 return getStruct<MachO::uuid_command>(*this, L.Ptr); in getUuidCommand() 4525 return getStruct<MachO::rpath_command>(*this, L.Ptr); in getRpathCommand() [all …]
|