Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLeakDetector.cpp29 Context.pImpl->LLVMObjects.clear(); in clearGarbage()
39 pImpl->LLVMObjects.addGarbage(Object); in addGarbageObjectImpl()
49 pImpl->LLVMObjects.removeGarbage(Object); in removeGarbageObjectImpl()
58 pImpl->LLVMObjects.setName("LLVM"); in checkForGarbageImpl()
62 pImpl->LLVMObjects.hasGarbage(Message)) in checkForGarbageImpl()
DLLVMContextImpl.h169 LeakDetectorImpl<Value> LLVMObjects; variable