Searched defs:DropRef (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DCallGraph.h191 void DropRef() { --NumReferences; } function in class:llvm::CallGraphNode
245 CalledFunctions.back().second->DropRef();
270 I->second->DropRef();
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAttributes.cpp141 void DropRef() { function in class:llvm::AttributeListImpl
218 if (AttrList) AttrList->DropRef();
225 if (AttrList) AttrList->DropRef();
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h223 CalledFunctions.back().second->DropRef();
245 I->second->DropRef();
286 void DropRef() { --NumReferences; } function in namespace:llvm

Completed in 426 milliseconds