Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DDebug.cpp44 static ManagedStatic<std::vector<std::string>> CurrentDebugType; variable
50 if (CurrentDebugType->empty()) in isCurrentDebugType()
54 for (auto &d : *CurrentDebugType) { in isCurrentDebugType()
66 CurrentDebugType->clear(); in setCurrentDebugType()
67 CurrentDebugType->push_back(Type); in setCurrentDebugType()
98 CurrentDebugType->push_back(Val); in operator =()