Home
last modified time | relevance | path

Searched refs:getStruct (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp43 static T getStruct(const MachOObjectFile *O, const char *P) { in getStruct() function
90 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase()
894 getStruct<MachO::dylib_command>(this, Libraries[i]); in getLibraryShortNameByIndex()
1951 return getStruct<MachO::section>(this, Sections[DRI.d.a]); in getSection()
1956 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64()
1962 return getStruct<MachO::section>(this, Sec); in getSection()
1968 return getStruct<MachO::section_64>(this, Sec); in getSection64()
1974 return getStruct<MachO::nlist>(this, P); in getSymbolTableEntry()
1980 return getStruct<MachO::nlist_64>(this, P); in getSymbol64TableEntry()
1985 return getStruct<MachO::linkedit_data_command>(this, L.Ptr); in getLinkeditDataLoadCommand()
[all …]