Home
last modified time | relevance | path

Searched refs:getNumFunctions (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DFaultMaps.cpp139 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 <<()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h306 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize; in StackMapParser()
329 uint32_t getNumFunctions() const { in getNumFunctions() function
358 getFunctionOffset(getNumFunctions()))); in functions_end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DProfileSummary.h73 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFaultMaps.h198 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DProfileSummary.cpp77 getKeyValMD(Context, "NumFunctions", getNumFunctions()), in getMD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp282 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary()
DSampleProfWriter.cpp486 encodeULEB128(Summary->getNumFunctions(), OS); in writeSummary()