Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp67 ImportedFunctions += int(F.hasMetadata("thinlto_src_module")); in setModuleInfo()
132 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
134 ImportedFunctions - InlinedImportedFunctionsToImportingModuleCount; in dump()
138 << ", imported functions: " << ImportedFunctions << "\n" in dump()
142 InlinedImportedFunctionsCount, ImportedFunctions, in dump()
146 ImportedFunctions, "imported functions", in dump()
149 ImportedFunctions, "imported functions") in dump()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DImportedFunctionsInliningStatistics.h100 int ImportedFunctions = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp471 std::vector<wasm::WasmImport *> ImportedFunctions; in parseLinkingSectionSymtab() local
474 ImportedFunctions.reserve(Imports.size()); in parseLinkingSectionSymtab()
478 ImportedFunctions.emplace_back(&I); in parseLinkingSectionSymtab()
510 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab()