Searched refs:InfoObj (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | OnDiskHashTable.h | 68 Info &InfoObj) in Item() argument 69 : Key(Key), Data(Data), Next(nullptr), Hash(InfoObj.ComputeHash(Key)) {} in Item() 117 Info InfoObj; in insert() local 118 insert(Key, Data, InfoObj); in insert() 125 typename Info::data_type_ref Data, Info &InfoObj) { in insert() argument 129 insert(Buckets, NumBuckets, new (BA.Allocate()) Item(Key, Data, InfoObj)); in insert() 133 bool contains(typename Info::key_type_ref Key, Info &InfoObj) { in contains() argument 134 unsigned Hash = InfoObj.ComputeHash(Key); in contains() 136 if (I->Hash == Hash && InfoObj.EqualKey(I->Key, Key)) in contains() 143 Info InfoObj; in Emit() local [all …]
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | MultiOnDiskHashTable.h | 68 const Info &InfoObj) in OnDiskTable() 70 Table(NumBuckets, NumEntries, Buckets, Payload, Base, InfoObj) {} in OnDiskTable() 154 Info &InfoObj = HT.getInfoObj(); in condense() local 160 auto L = InfoObj.ReadKeyDataLength(LocalPtr); in condense() 161 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); in condense() 163 InfoObj.ReadDataInto(Key, LocalPtr + L.first, L.second, in condense() 197 void add(file_type File, storage_type Data, Info InfoObj = Info()) { 213 OverriddenFiles.push_back(InfoObj.ReadFileRef(Ptr)); 225 Buckets, Ptr, Data, std::move(InfoObj)); 277 Info &InfoObj = HT.getInfoObj(); in findAll() local [all …]
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/ |
| HD | InstrProfWriter.cpp | 190 InfoObj(new InstrProfRecordWriterTrait()), in InstrProfWriter() 195 InstrProfWriter::~InstrProfWriter() { delete InfoObj; } in ~InstrProfWriter() 199 InfoObj->ValueProfDataEndianness = Endianness; in setValueProfDataEndianness() 841 InfoObj->SummaryBuilder = &ISB; in writeImpl() 843 InfoObj->CSSummaryBuilder = &CSISB; in writeImpl() 899 uint64_t HashTableStart = Generator.Emit(OS.OS, *InfoObj); in writeImpl() 972 InfoObj->SummaryBuilder = nullptr; in writeImpl() 981 InfoObj->CSSummaryBuilder = nullptr; in writeImpl()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| HD | InstrProfWriter.h | 66 InstrProfRecordWriterTrait *InfoObj; variable
|