Home
last modified time | relevance | path

Searched refs:InfoObj (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
DOnDiskHashTable.h68 Info &InfoObj) in Item() argument
69 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item()
116 Info InfoObj; in insert() local
117 insert(Key, Data, InfoObj); in insert()
124 typename Info::data_type_ref Data, Info &InfoObj) { in insert() argument
129 insert(Buckets, NumBuckets, new (BA.Allocate()) Item(Key, Data, InfoObj)); in insert()
134 Info InfoObj; in Emit() local
135 return Emit(Out, InfoObj); in Emit()
141 offset_type Emit(raw_ostream &Out, Info &InfoObj) { in Emit() argument
163 InfoObj.EmitKeyDataLength(Out, I->Key, I->Data); in Emit()
[all …]