Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDebugInfo.cpp50 NodesSeen.clear(); in reset()
167 if (!NodesSeen.insert(DV).second) in processDeclare()
182 if (!NodesSeen.insert(DV).second) in processValue()
192 if (!NodesSeen.insert(DT).second) in addType()
202 if (!NodesSeen.insert(CU).second) in addCompileUnit()
213 if (!NodesSeen.insert(DIG).second) in addGlobalVariable()
224 if (!NodesSeen.insert(SP).second) in addSubprogram()
238 if (!NodesSeen.insert(Scope).second) in addScope()
/external/llvm/include/llvm/IR/
DDebugInfo.h126 SmallPtrSet<const MDNode *, 32> NodesSeen; variable
/external/llvm-project/llvm/include/llvm/IR/
DDebugInfo.h141 SmallPtrSet<const MDNode *, 32> NodesSeen; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h135 SmallPtrSet<const MDNode *, 32> NodesSeen; variable
/external/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()
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp59 NodesSeen.clear(); in reset()
205 if (!NodesSeen.insert(DV).second) in processVariable()
215 if (!NodesSeen.insert(DT).second) in addType()
225 if (!NodesSeen.insert(CU).second) in addCompileUnit()
233 if (!NodesSeen.insert(DIG).second) in addGlobalVariable()
244 if (!NodesSeen.insert(SP).second) in addSubprogram()
258 if (!NodesSeen.insert(Scope).second) in addScope()