HomeSort by relevance Sort by last modified time
    Searched refs:DropRef (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 279 I->second->DropRef();
293 Callee->DropRef();
307 Callee->DropRef();
323 I->second->DropRef();
  /external/llvm/include/llvm/Analysis/
CallGraph.h 191 void DropRef() { --NumReferences; }
245 CalledFunctions.back().second->DropRef();
270 I->second->DropRef();
  /external/llvm/lib/VMCore/
Attributes.cpp 143 void DropRef() {
222 if (AttrList) AttrList->DropRef();
229 if (AttrList) AttrList->DropRef();

Completed in 29 milliseconds