Home
last modified time | relevance | path

Searched refs:CurrentDebugType (Results 1 – 4 of 4) 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()
101 CurrentDebugType->push_back(dbgType); in operator =()
/external/swiftshader/third_party/llvm-subzero/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()
101 CurrentDebugType->push_back(dbgType); in operator =()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
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(dbgType); in operator =()
/external/llvm-project/llvm/lib/Support/
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 =()