Home
last modified time | relevance | path

Searched defs:InstrumentationSummary (Results 1 – 1 of 1) sorted by relevance

/llvm-project/bolt/include/bolt/Passes/
H A DInstrumentationSummary.h103 struct InstrumentationSummary { struct
105 std::vector<MCSymbol *> Counters;
108 std::string StringTable;
111 MCSymbol *IndCallCounterFuncPtr;
112 MCSymbol *IndTailCallCounterFuncPtr;
115 std::vector<FunctionDescription> FunctionDescriptions;
118 std::vector<IndCallDescription> IndCallDescriptions;
119 std::vector<IndCallTargetDescription> IndCallTargetDescriptions;
121 static constexpr uint64_t NUM_SERIALIZED_CONTAINERS = 4;
122 static constexpr uint64_t SERIALIZED_CONTAINER_SIZE =
[all …]