Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp201 const DWARFUnitIndex &TUIndex, MCSection *OutputTypes, StringRef Types, in addAllTypesFromDWP() argument
203 Out.SwitchSection(OutputTypes); in addAllTypesFromDWP()
231 MCSection *OutputTypes, in addAllTypes() argument
235 Out.SwitchSection(OutputTypes); in addAllTypes()
/external/llvm-project/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp249 const DWARFUnitIndex &TUIndex, MCSection *OutputTypes, StringRef Types, in addAllTypesFromDWP() argument
251 Out.SwitchSection(OutputTypes); in addAllTypesFromDWP()
281 MCSection *OutputTypes, in addAllTypes() argument
285 Out.SwitchSection(OutputTypes); in addAllTypes()
/external/deqp/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp661 class OutputTypes : public SimpleShaders class
5107 addChild(new TestSubcase(m_context, "output-types", TestSubcase::Create<OutputTypes>)); in init()