Searched refs:getNumFunctions (Results 1 – 7 of 7) sorted by relevance
139 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<()141 if (FMP.getNumFunctions() == 0) in operator <<()146 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) { in operator <<()
306 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()329 uint32_t getNumFunctions() const { in getNumFunctions() function358 getFunctionOffset(getNumFunctions()))); in functions_end()
73 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
198 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
77 getKeyValMD(Context, "NumFunctions", getNumFunctions()), in getMD()
282 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
486 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()