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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp212 const DWARFUnitIndex &TUIndex, MCSection *OutputTypes, StringRef Types, in addAllTypesFromDWP() argument
214 Out.SwitchSection(OutputTypes); in addAllTypesFromDWP()
242 MCSection *OutputTypes, in addAllTypes() argument
246 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()