Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp506 IndCallTargetDescription *IndCallTargets; member
704 Result.IndCallTargets = reinterpret_cast<IndCallTargetDescription *>( in readDescriptions()
732 Result.IndCallTargets = reinterpret_cast<IndCallTargetDescription *>( in readDescriptions()
1311 if (IndCallTargets[I].Address == Target) in lookupIndCallTarget()
1312 return &IndCallTargets[I]; in lookupIndCallTarget()
1313 if (IndCallTargets[I].Address < Target) in lookupIndCallTarget()