Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp59 NodesSeen.clear(); in reset()
207 if (!NodesSeen.insert(DV).second) in processDeclare()
222 if (!NodesSeen.insert(DV).second) in processValue()
232 if (!NodesSeen.insert(DT).second) in addType()
242 if (!NodesSeen.insert(CU).second) in addCompileUnit()
250 if (!NodesSeen.insert(DIG).second) in addGlobalVariable()
261 if (!NodesSeen.insert(SP).second) in addSubprogram()
275 if (!NodesSeen.insert(Scope).second) in addScope()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h135 SmallPtrSet<const MDNode *, 32> NodesSeen; variable