Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebug.cpp45 static ManagedStatic<std::vector<std::string>> CurrentDebugType; variable
51 if (CurrentDebugType->empty()) in isCurrentDebugType()
55 for (auto &d : *CurrentDebugType) { in isCurrentDebugType()
73 CurrentDebugType->clear(); in setCurrentDebugTypes()
75 CurrentDebugType->push_back(Types[T]); in setCurrentDebugTypes()
108 CurrentDebugType->push_back(std::string(dbgType)); in operator =()