Searched refs:ImportedFunctions (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp67 ImportedFunctions += int(F.hasMetadata("thinlto_src_module"));
132 auto NotImportedFuncCount = AllFunctions - ImportedFunctions;
134 ImportedFunctions - InlinedImportedFunctionsToImportingModuleCount;
138 << ", imported functions: " << ImportedFunctions << "\n"
142 InlinedImportedFunctionsCount, ImportedFunctions,
146 ImportedFunctions, "imported functions",
149 ImportedFunctions, "imported functions")
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h68 /// Set information like AllFunctions, ImportedFunctions, ModuleName.
100 int ImportedFunctions = 0; member in class:llvm::ImportedFunctionsInliningStatistics
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp484 std::vector<wasm::WasmImport *> ImportedFunctions; local
487 ImportedFunctions.reserve(Imports.size());
491 ImportedFunctions.emplace_back(&I);
523 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex];

Completed in 109 milliseconds