Searched refs:getStruct (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 42 static T getStruct(const MachOObjectFile *O, const char *P) { in getStruct() function 94 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase() 1158 getStruct<MachO::dylib_command>(this, Libraries[i]); in getLibraryShortNameByIndex() 2204 Load.C = getStruct<MachO::load_command>(this, Load.Ptr); in getFirstLoadCommandInfo() 2212 Next.C = getStruct<MachO::load_command>(this, Next.Ptr); in getNextLoadCommandInfo() 2217 return getStruct<MachO::section>(this, Sections[DRI.d.a]); in getSection() 2221 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64() 2227 return getStruct<MachO::section>(this, Sec); in getSection() 2233 return getStruct<MachO::section_64>(this, Sec); in getSection64() 2239 return getStruct<MachO::nlist>(this, P); in getSymbolTableEntry() [all …]
|