Lines Matching refs:import
8 ; Do the import now
9 ; RUN: opt -passes=function-import -stats -print-imports -enable-import-metadata -summary-file %t3.…
11 ; RUN: opt -passes='function-import' -stats -print-imports -enable-import-metadata -summary-file %t…
12 ; RUN: opt -passes='function-import' -debug-only=function-import -enable-import-metadata -summary-f…
16 ; Test import with smaller instruction limit
17 ; RUN: opt -passes=function-import -enable-import-metadata -summary-file %t3.thinlto.bc %t.bc -imp…
20 ; Test force import all
21 ; RUN: llvm-lto -thinlto-action=run -force-import-all %t.bc %t2.bc 2>&1 \
23 ; IMPORTALL-DAG: Error importing module: Failed to import function weakalias due to InterposableLin…
46 ; Won't import weak alias
64 ; The import of referencestatics will expose call to staticfunc that
75 ; The import of referenceglobals will expose call to globalfunc1 that
104 ; Won't import weak func
108 ; Won't import linkonce func
116 ; We can import variadic functions without a va_start, since the inliner
122 ; We can import variadic functions with a va_start, since the inliner
128 ; INSTLIMDEF-DAG: 15 function-import - Number of functions imported
129 ; INSTLIMDEF-DAG: 4 function-import - Number of global variables imported