Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp386 using IndirectCallHashTable = SimpleHashTable<>; typedef
391 IndirectCallHashTable *GlobalIndCallCounters{
392 reinterpret_cast<IndirectCallHashTable *>(1)};
1322 void visitIndCallCounter(IndirectCallHashTable::MapEntry &Entry, in visitIndCallCounter()
1569 new (GlobalAlloc, 0) IndirectCallHashTable[__bolt_instr_num_ind_calls]; in __bolt_instr_setup()