Lines Matching defs:InstrumentationSummary
103 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 =
125 uint32_t getFDSize() const { in getFDSize()