Searched refs:getStruct (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 42 static T getStruct(const MachOObjectFile *O, const char *P) { in getStruct() function 109 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase() 1193 getStruct<MachO::dylib_command>(this, Libraries[i]); in getLibraryShortNameByIndex() 2244 Load.C = getStruct<MachO::load_command>(this, Load.Ptr); in getFirstLoadCommandInfo() 2254 Next.C = getStruct<MachO::load_command>(this, Next.Ptr); in getNextLoadCommandInfo() 2264 return getStruct<MachO::section>(this, Sections[DRI.d.a]); in getSection() 2271 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64() 2277 return getStruct<MachO::section>(this, Sec); in getSection() 2283 return getStruct<MachO::section_64>(this, Sec); in getSection64() 2289 return getStruct<MachO::nlist>(this, P); in getSymbolTableEntry() [all …]
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 446 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct… in computeStd140BaseAlignment() 570 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct… in computeStd140Layout() 754 …for (StructType::ConstIterator iter = type.getStruct().begin(); iter != type.getStruct().end(); ++… in collectUniqueBasicTypes() 881 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1); in generateDeclaration() 891 generateLocalDeclaration(src, type.getStruct(), indentLevel+1); in generateDeclaration() 1042 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct… in generateCompareSrc()
|
D | glsUniformBlockCase.hpp | 91 const StructType& getStruct (void) const { return *m_data.structPtr; } in getStruct() function in deqp::gls::ub::VarType
|