Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DProfileSummary.h75 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/external/llvm/include/llvm/IR/
DProfileSummary.h76 uint32_t getNumFunctions() { return NumFunctions; } in getNumFunctions() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h133 size_t getNumFunctions() const { return NumFunctions; } in getNumFunctions() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DFaultMaps.h198 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/external/llvm/include/llvm/CodeGen/
DFaultMaps.h199 NumFunctionsType getNumFunctions() const { in getNumFunctions() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DStackMapParser.h321 uint32_t getNumFunctions() const { in getNumFunctions() function
/external/llvm/include/llvm/Object/
DStackMapParser.h322 uint32_t getNumFunctions() const { in getNumFunctions() function
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.cpp120 unsigned getNumFunctions() const { return FuncVec.size();} in getNumFunctions() function in SPIRV::SPIRVModuleImpl