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

  /frameworks/compile/mclinker/include/mcld/Support/
GCFactoryListTraits.h 49 static void noteHead(DataType*, DataType*) { }
  /external/llvm/include/llvm/
Module.h 47 static void noteHead(Function*, Function*) {}
63 static void noteHead(GlobalVariable*, GlobalVariable*) {}
78 static void noteHead(GlobalAlias*, GlobalAlias*) {}
94 static void noteHead(NamedMDNode*, NamedMDNode*) {}
Function.h 46 static void noteHead(BasicBlock*, BasicBlock*) {}
63 static void noteHead(Argument*, Argument*) {}
BasicBlock.h 51 static void noteHead(Instruction*, Instruction*) {}
  /external/llvm/include/llvm/Support/
Recycler.h 53 static void noteHead(RecyclerStruct*, RecyclerStruct*) {}
  /external/llvm/include/llvm/Analysis/
IVUsers.h 114 static void noteHead(IVStrideUse*, IVStrideUse*) {}
  /external/llvm/include/llvm/ADT/
ilist.h 93 ilist_traits<NodeTy>::noteHead(Head, Head);
100 /// noteHead - stash the sentinel into its default location
101 static void noteHead(NodeTy *NewHead, NodeTy *Sentinel) {
321 void setTail(NodeTy *N) const { this->noteHead(Head, N); }
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 57 static void noteHead(MachineBasicBlock*, MachineBasicBlock*) {}
SlotIndexes.h 69 static void noteHead(IndexListEntry*, IndexListEntry*) {}
MachineBasicBlock.h 50 static void noteHead(MachineInstr*, MachineInstr*) {}
SelectionDAG.h 51 static void noteHead(SDNode*, SDNode*) {}
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 146 static void noteHead(Token*, Token*) {}
    [all...]

Completed in 374 milliseconds