Searched refs:getStruct (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 71 static T getStruct(const MachOObjectFile &O, const char *P) { in getStruct() function 121 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase() 4630 return getStruct<MachO::section>(*this, Sec); in getSection() 4636 return getStruct<MachO::section_64>(*this, Sec); in getSection64() 4642 return getStruct<MachO::nlist>(*this, P); in getSymbolTableEntry() 4648 return getStruct<MachO::nlist_64>(*this, P); in getSymbol64TableEntry() 4678 return getStruct<MachO::note_command>(*this, L.Ptr); in getNoteLoadCommand() 4693 return getStruct<MachO::dylib_command>(*this, L.Ptr); in getDylibIDLoadCommand() 4708 return getStruct<MachO::uuid_command>(*this, L.Ptr); in getUuidCommand() 4713 return getStruct<MachO::rpath_command>(*this, L.Ptr); in getRpathCommand() [all …]
|