Searched defs:isCurrentDebugType (Results 1 – 4 of 4) sorted by relevance
67 #define isCurrentDebugType(X) (false) macro
72 #define isCurrentDebugType(X) (false) macro
88 bool llvm::isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function in llvm
49 bool isCurrentDebugType(const char *DebugType) { in isCurrentDebugType() function