Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp88 class LLVM2ICEFunctionConverter : LLVM2ICEConverter { class
89 LLVM2ICEFunctionConverter() = delete;
90 LLVM2ICEFunctionConverter(const LLVM2ICEFunctionConverter &) = delete;
91 LLVM2ICEFunctionConverter &
92 operator=(const LLVM2ICEFunctionConverter &) = delete;
95 explicit LLVM2ICEFunctionConverter(Ice::Converter &Converter) in LLVM2ICEFunctionConverter() function in __anon7b11ea470111::LLVM2ICEFunctionConverter
922 LLVM2ICEFunctionConverter FunctionConverter(*this); in convertFunctions()