Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp43 static T getStruct(const MachOObjectFile *O, const char *P) { in getStruct() function
90 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase()
916 getStruct<MachO::dylib_command>(this, Libraries[i]); in getLibraryShortNameByIndex()
1963 return getStruct<MachO::section>(this, Sections[DRI.d.a]); in getSection()
1968 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64()
1974 return getStruct<MachO::section>(this, Sec); in getSection()
1980 return getStruct<MachO::section_64>(this, Sec); in getSection64()
1986 return getStruct<MachO::nlist>(this, P); in getSymbolTableEntry()
1992 return getStruct<MachO::nlist_64>(this, P); in getSymbol64TableEntry()
1997 return getStruct<MachO::linkedit_data_command>(this, L.Ptr); in getLinkeditDataLoadCommand()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp392 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in computeStd140BaseAlignment()
516 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in computeStd140Layout()
701 …for (StructType::ConstIterator iter = type.getStruct().begin(); iter != type.getStruct().end(); ++… in collectUniqueBasicTypes()
825 generateLocalDeclaration(src, curType->getStruct(), indentLevel+1); in generateDeclaration()
835 generateLocalDeclaration(src, type.getStruct(), indentLevel+1); in generateDeclaration()
998 …for (StructType::ConstIterator memberIter = type.getStruct().begin(); memberIter != type.getStruct in generateCompareSrc()
DvktUniformBlockCase.hpp86 const StructType& getStruct (void) const { return *m_data.structPtr; } in getStruct() function in vkt::ubo::VarType
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp446 …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()
DglsUniformBlockCase.hpp91 const StructType& getStruct (void) const { return *m_data.structPtr; } in getStruct() function in deqp::gls::ub::VarType