Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DDebug.cpp46 static ManagedStatic<std::vector<std::string>> CurrentDebugType; variable
52 if (CurrentDebugType->empty()) in isCurrentDebugType()
56 for (auto &d : *CurrentDebugType) { in isCurrentDebugType()
74 CurrentDebugType->clear(); in setCurrentDebugTypes()
76 CurrentDebugType->push_back(Types[T]); in setCurrentDebugTypes()
109 CurrentDebugType->push_back(dbgType); in operator =()