Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentationSummary.h56 struct IndCallDescription { struct
118 std::vector<IndCallDescription> IndCallDescriptions;
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp256 Summary->IndCallDescriptions.size() * sizeof(IndCallDescription); in buildTables()
258 for (const IndCallDescription &Desc : Summary->IndCallDescriptions) { in buildTables()
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp453 using IndCallDescription = Location; typedef
505 IndCallDescription *IndCallDescriptions;
702 Result.IndCallDescriptions = reinterpret_cast<IndCallDescription *>( in readDescriptions()
731 reinterpret_cast<IndCallDescription *>(Tables + 4); in readDescriptions()
1329 const IndCallDescription *CallsiteDesc = in visitIndCallCounter()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp124 IndCallDescription ICD; in createIndCallDescription()
696 Summary->IndCallDescriptions.size() * sizeof(IndCallDescription) + in setupRuntimeLibrary()