OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportedFunctions
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ImportedFunctionsInliningStatistics.cpp
79
ImportedFunctions
+= int(F.hasMetadata("thinlto_src_module"));
144
auto NotImportedFuncCount = AllFunctions -
ImportedFunctions
;
146
ImportedFunctions
- InlinedImportedFunctionsToImportingModuleCount;
150
<< ", imported functions: " <<
ImportedFunctions
<< "\n"
154
InlinedImportedFunctionsCount,
ImportedFunctions
,
158
ImportedFunctions
, "imported functions",
161
ImportedFunctions
, "imported functions")
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
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];
Completed in 19 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026