HomeSort by: relevance | last modified time | path
    Searched refs:NumImportedFunctions (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 158 uint32_t getNumImportedFunctions() const { return NumImportedFunctions; }
298 uint32_t NumImportedFunctions = 0;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp 61 uint32_t NumImportedFunctions = 0;
381 NumImportedFunctions++;
514 uint32_t ExpectedIndex = NumImportedFunctions;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 547 unsigned FuncIndex = Info.ElementIndex - NumImportedFunctions;
1044 NumImportedFunctions++;
1218 return Index < NumImportedFunctions + FunctionTypes.size();
1222 return Index >= NumImportedFunctions && isValidFunctionIndex(Index);
1275 return Functions[Index - NumImportedFunctions];
1281 return Functions[Index - NumImportedFunctions];
1318 Function.Index = NumImportedFunctions + i;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionImport.cpp 71 STATISTIC(NumImportedFunctions, "Number of functions imported in backend");
1315 NumImportedFunctions += (ImportedCount - ImportedGVCount);

Completed in 19 milliseconds