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

  /frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h 47 static void noteHead(DataType*, DataType*) { }
  /external/llvm/include/llvm/Support/
Recycler.h 54 static void noteHead(RecyclerStruct*, RecyclerStruct*) {}
  /external/llvm/include/llvm/Analysis/
IVUsers.h 113 static void noteHead(IVStrideUse*, IVStrideUse*) {}
  /external/llvm/include/llvm/IR/
Module.h 50 static void noteHead(Function*, Function*) {}
66 static void noteHead(GlobalVariable*, GlobalVariable*) {}
81 static void noteHead(GlobalAlias*, GlobalAlias*) {}
97 static void noteHead(NamedMDNode*, NamedMDNode*) {}
BasicBlock.h 52 static void noteHead(Instruction*, Instruction*) {}
Function.h 47 static void noteHead(BasicBlock*, BasicBlock*) {}
64 static void noteHead(Argument*, Argument*) {}
  /external/llvm/include/llvm/ADT/
ilist.h 94 ilist_traits<NodeTy>::noteHead(Head, Head);
101 /// noteHead - stash the sentinel into its default location
102 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) {
322 void setTail(NodeTy *N) const { this->noteHead(Head, N); }
SparseBitVector.h 276 static void noteHead(Element *, Element *) {}
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 58 static void noteHead(MachineBasicBlock*, MachineBasicBlock*) {}
MachineBasicBlock.h 50 static void noteHead(MachineInstr*, MachineInstr*) {}
SlotIndexes.h 84 static void noteHead(IndexListEntry*, IndexListEntry*) {}
SelectionDAG.h 90 static void noteHead(SDNode*, SDNode*) {}
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 154 static void noteHead(Token*, Token*) {}
    [all...]

Completed in 197 milliseconds