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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
ImportedFunctionsInliningStatistics.h 68 /// Set information like AllFunctions, ImportedFunctions, ModuleName.
100 int ImportedFunctions = 0;
ImportedFunctionsInliningStatistics.h 68 /// Set information like AllFunctions, ImportedFunctions, ModuleName.
100 int ImportedFunctions = 0;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 509 std::vector<wasm::WasmImport *> ImportedFunctions;
513 ImportedFunctions.reserve(Imports.size());
518 ImportedFunctions.emplace_back(&I);
553 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex];
WasmObjectFile.cpp 509 std::vector<wasm::WasmImport *> ImportedFunctions;
513 ImportedFunctions.reserve(Imports.size());
518 ImportedFunctions.emplace_back(&I);
553 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex];

Completed in 30 milliseconds