Searched refs:getStruct (Results 1 – 3 of 3) sorted by relevance
| /freebsd/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() 1510 getStruct<MachO::encryption_info_command>(*this, Load.Ptr); in MachOObjectFile() 1521 getStruct<MachO::encryption_info_command_64>(*this, Load.Ptr); in MachOObjectFile() 1535 getStruct<MachO::sub_framework_command>(*this, Load.Ptr); in MachOObjectFile() 1548 getStruct<MachO::sub_umbrella_command>(*this, Load.Ptr); in MachOObjectFile() 1561 getStruct<MachO::sub_library_command>(*this, Load.Ptr); in MachOObjectFile() 1574 getStruct<MachO::sub_client_command>(*this, Load.Ptr); in MachOObjectFile() 1648 getStruct<MachO::symtab_command>(*this, SymtabLoadCmd); in MachOObjectFile() 1650 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in MachOObjectFile() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DXILResource.cpp | 483 ResourceTypeInfo::getStruct(const DataLayout &DL) const { in getStruct() function in ResourceTypeInfo 570 getStruct(DummyDL) < RHS.getStruct(DummyDL)) in operator <() 600 StructInfo Struct = getStruct(DL); in print() 675 Tags.push_back(getIntMD(RTI.getStruct(DL).Stride)); in getAsMetadata() 695 uint32_t AlignLog2 = RTI.isStruct() ? RTI.getStruct(DL).AlignLog2 : 0; in getAnnotateProps() 719 Word1 = RTI.getStruct(DL).Stride; in getAnnotateProps()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DXILResource.h | 318 LLVM_ABI StructInfo getStruct(const DataLayout &DL) const;
|