Searched refs:getNumFunctions (Results 1 – 13 of 13) sorted by relevance
137 OS << "NumFunctions: " << FMP.getNumFunctions() << "\n"; in operator <<()139 if (FMP.getNumFunctions() == 0) in operator <<()144 for (unsigned i = 0, e = FMP.getNumFunctions(); i != e; ++i) { in operator <<()
299 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapV1Parser()322 uint32_t getNumFunctions() const { in getNumFunctions() function351 getFunctionOffset(getNumFunctions()))); in functions_end()
22 << "\nNum Functions: " << SMP.getNumFunctions(); in prettyPrintStackMap()
76 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
199 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
118 ASSERT_EQ(2u, Summary.getNumFunctions()); in testRoundTrip()
82 Components.push_back(getKeyValMD(Context, "NumFunctions", getNumFunctions())); in getMD()
145 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()
208 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
120 virtual unsigned getNumFunctions() const = 0;
120 unsigned getNumFunctions() const { return FuncVec.size();} in getNumFunctions() function in SPIRV::SPIRVModuleImpl
417 OS << "Total functions: " << PS->getNumFunctions() << "\n"; in showInstrProfile()
2088 for (unsigned I = 0, E = BM->getNumFunctions(); I != E; ++I) { in translate()2141 for (unsigned I = 0, E = BM->getNumFunctions(); I != E; ++I) { in transFPContractMetadata()2171 for (unsigned I = 0, E = BM->getNumFunctions(); I != E; ++I) { in transKernelMetadata()