Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDebug.cpp35 #undef setCurrentDebugTypes
66 void setCurrentDebugTypes(const char **Types, unsigned Count);
69 setCurrentDebugTypes(&Type, 1); in setCurrentDebugType()
72 void setCurrentDebugTypes(const char **Types, unsigned Count) { in setCurrentDebugTypes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebug.h53 void setCurrentDebugTypes(const char **Types, unsigned Count);
71 #define setCurrentDebugTypes(X, N) macro