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

/external/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/llvm/lib/VMCore/
H A DAttributes.cpp143 void DropRef() { function in class:llvm::AttributeListImpl
221 if (AttrList) AttrList->DropRef();
228 if (AttrList) AttrList->DropRef();

Completed in 69 milliseconds