Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp81 ImportedFunctions += int(F.hasMetadata("thinlto_src_module")); in setModuleInfo()
146 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
148 ImportedFunctions - InlinedImportedFunctionsToImportingModuleCount; in dump()
152 << ", imported functions: " << ImportedFunctions << "\n" in dump()
156 InlinedImportedFunctionsCount, ImportedFunctions, in dump()
160 ImportedFunctions, "imported functions", in dump()
163 ImportedFunctions, "imported functions") in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DImportedFunctionsInliningStatistics.h100 int ImportedFunctions = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp695 std::vector<wasm::WasmImport *> ImportedFunctions; in parseLinkingSectionSymtab() local
699 ImportedFunctions.reserve(Imports.size()); in parseLinkingSectionSymtab()
704 ImportedFunctions.emplace_back(&I); in parseLinkingSectionSymtab()
738 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab()