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

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

Completed in 37 milliseconds