Lines Matching refs:ModuleForTests
37 libfooDylib := ctx.ModuleForTests("libfoo", "linux_glibc_x86_64_dylib").Rule("rustc")
58 libfooDylib := ctx.ModuleForTests("libfoo", "linux_glibc_x86_64_dylib").Rule("rustc")
84 libfoo := ctx.ModuleForTests("libfoo", "linux_glibc_x86_64_dylib").Rule("rustc")
85 libfooLto := ctx.ModuleForTests("libfoo_lto", "linux_glibc_x86_64_dylib").Rule("rustc")
177 fizz := ctx.ModuleForTests("fizz", "android_arm64_armv8-a").Rule("rustc")
202 install_path_lib64 := ctx.ModuleForTests("libfoo",
204 install_path_lib32 := ctx.ModuleForTests("libfoo",
206 install_path_bin := ctx.ModuleForTests("fizzbuzz",
262 r := result.ModuleForTests("libfoo", "android_arm64_armv8-a_dylib").MaybeRule("rustc")
265 r = result.ModuleForTests("libbar", "android_arm64_armv8-a_dylib").MaybeRule("rustc")
268 r = result.ModuleForTests("libfoobar", "android_arm64_armv8-a_dylib").MaybeRule("rustc")
286 fizz := ctx.ModuleForTests("fizz", "android_arm64_armv8-a").Module().(*Module)
287 fooRlib := ctx.ModuleForTests("libfoo", "android_arm64_armv8-a_rlib_dylib-std").Module().(*Module)
288 fooDylib := ctx.ModuleForTests("libfoo", "android_arm64_armv8-a_dylib").Module().(*Module)