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

/external/llvm/lib/Support/
H A DDebug.cpp44 static ManagedStatic<std::vector<std::string>> CurrentDebugType; member in namespace:llvm
50 if (CurrentDebugType->empty())
54 for (auto &d : *CurrentDebugType) {
66 CurrentDebugType->clear();
67 CurrentDebugType->push_back(Type);
101 CurrentDebugType->push_back(dbgType);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DDebug.cpp44 static ManagedStatic<std::vector<std::string>> CurrentDebugType; member in namespace:llvm
50 if (CurrentDebugType->empty())
54 for (auto &d : *CurrentDebugType) {
66 CurrentDebugType->clear();
67 CurrentDebugType->push_back(Type);
101 CurrentDebugType->push_back(dbgType);
/external/swiftshader/third_party/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 164 milliseconds