HomeSort by relevance Sort by last modified time
    Searched defs:getNumFunctions (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/IR/
ProfileSummary.h 76 uint32_t getNumFunctions() { return NumFunctions; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ProfileSummary.h 75 uint32_t getNumFunctions() { return NumFunctions; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
CoverageSummaryInfo.h 133 size_t getNumFunctions() const { return NumFunctions; }
  /external/llvm/include/llvm/Object/
StackMapParser.h 299 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
322 uint32_t getNumFunctions() const {
351 getFunctionOffset(getNumFunctions())));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
StackMapParser.h 298 ConstantsListOffset = FunctionListOffset + getNumFunctions() * FunctionSize;
321 uint32_t getNumFunctions() const {
350 getFunctionOffset(getNumFunctions())));
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.cpp 120 unsigned getNumFunctions() const { return FuncVec.size();}
    [all...]

Completed in 597 milliseconds