Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp47 static ManagedStatic<std::vector<std::string>> CurrentDebugType; variable
53 if (CurrentDebugType->empty()) in isCurrentDebugType()
57 for (auto &d : *CurrentDebugType) { in isCurrentDebugType()
75 CurrentDebugType->clear(); in setCurrentDebugTypes()
77 CurrentDebugType->push_back(Types[T]); in setCurrentDebugTypes()
121 CurrentDebugType->push_back(std::string(dbgType)); in operator =()