Searched refs:CurrentDebugType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DDebug.cpp53 static std::string CurrentDebugType; variable
60 CurrentDebugType = Val;
89 return CurrentDebugType.empty() || DebugType == CurrentDebugType;
97 CurrentDebugType = Type;

Completed in 224 milliseconds