Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp68 ImportedFunctions += int(F.getMetadata("thinlto_src_module") != nullptr); in setModuleInfo()
133 auto NotImportedFuncCount = AllFunctions - ImportedFunctions; in dump()
135 ImportedFunctions - InlinedImportedFunctionsToImportingModuleCount; in dump()
139 << ", imported functions: " << ImportedFunctions << "\n" in dump()
143 InlinedImportedFunctionsCount, ImportedFunctions, in dump()
147 ImportedFunctions, "imported functions", in dump()
150 ImportedFunctions, "imported functions") in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DImportedFunctionsInliningStatistics.h101 int ImportedFunctions = 0; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp429 std::vector<wasm::WasmImport *> ImportedFunctions; in parseLinkingSectionSymtab() local
431 ImportedFunctions.reserve(Imports.size()); in parseLinkingSectionSymtab()
434 ImportedFunctions.emplace_back(&I); in parseLinkingSectionSymtab()
463 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab()