Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp79 ImportedFunctions += int(F.hasMetadata("thinlto_src_module")); in setModuleInfo()
144 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
146 ImportedFunctions - InlinedImportedFunctionsToImportingModuleCount; in dump()
150 << ", imported functions: " << ImportedFunctions << "\n" in dump()
154 InlinedImportedFunctionsCount, ImportedFunctions, in dump()
158 ImportedFunctions, "imported functions", in dump()
161 ImportedFunctions, "imported functions") in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h100 int ImportedFunctions = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp509 std::vector<wasm::WasmImport *> ImportedFunctions; in parseLinkingSectionSymtab() local
513 ImportedFunctions.reserve(Imports.size()); in parseLinkingSectionSymtab()
518 ImportedFunctions.emplace_back(&I); in parseLinkingSectionSymtab()
553 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab()