Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp176 Summary->IndCallDescriptions.size()); in emitBinary()
256 Summary->IndCallDescriptions.size() * sizeof(IndCallDescription); in buildTables()
258 for (const IndCallDescription &Desc : Summary->IndCallDescriptions) { in buildTables()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentationSummary.h118 std::vector<IndCallDescription> IndCallDescriptions; member
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp127 Summary->IndCallDescriptions.emplace_back(ICD); in createIndCallDescription()
214 const size_t IndCallSiteID = Summary->IndCallDescriptions.size(); in instrumentIndirectTarget()
677 << Summary->IndCallDescriptions.size() << "\n"; in setupRuntimeLibrary()
696 Summary->IndCallDescriptions.size() * sizeof(IndCallDescription) + in setupRuntimeLibrary()
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp505 IndCallDescription *IndCallDescriptions; member
702 Result.IndCallDescriptions = reinterpret_cast<IndCallDescription *>( in readDescriptions()
730 Result.IndCallDescriptions = in readDescriptions()
753 reinterpret_cast<uint8_t *>(Ctx.IndCallDescriptions), in printStats()
1330 &Ctx->IndCallDescriptions[CallsiteID]; in visitIndCallCounter()