Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp224 T getStruct(const MachOObjectFile *O, const char *P) { in getStruct() function
265 return getStruct<nlist_base>(O, P); in getSymbolTableEntryBase()
1440 Load.C = getStruct<MachO::load_command>(this, Load.Ptr); in getFirstLoadCommandInfo()
1448 Next.C = getStruct<MachO::load_command>(this, Next.Ptr); in getNextLoadCommandInfo()
1453 return getStruct<MachO::section>(this, Sections[DRI.d.a]); in getSection()
1457 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64()
1463 return getStruct<MachO::section>(this, Sec); in getSection()
1469 return getStruct<MachO::section_64>(this, Sec); in getSection64()
1475 return getStruct<MachO::nlist>(this, P); in getSymbolTableEntry()
1481 return getStruct<MachO::nlist_64>(this, P); in getSymbol64TableEntry()
[all …]