Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h68 Info &InfoObj) in Item()
117 Info InfoObj; in insert() local
125 typename Info::data_type_ref Data, Info &InfoObj) { in insert()
133 bool contains(typename Info::key_type_ref Key, Info &InfoObj) { in contains()
143 Info InfoObj; in Emit() local
150 offset_type Emit(raw_ostream &Out, Info &InfoObj) { in Emit()
278 Info InfoObj; variable
326 Info *InfoObj; variable
331 Info *InfoObj) in iterator()
500 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h154 Info &InfoObj = HT.getInfoObj(); in condense() local
277 Info &InfoObj = HT.getInfoObj(); in findAll() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h66 InstrProfRecordWriterTrait *InfoObj; variable