Home
last modified time | relevance | path

Searched refs:loader (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_loader.py25 loader = unittest2.TestLoader()
39 loader = unittest2.TestLoader()
55 loader = unittest2.TestLoader()
75 loader = unittest2.TestLoader()
99 loader = unittest2.TestLoader()
112 loader = unittest2.TestLoader()
127 loader = unittest2.TestLoader()
1310 loader.suiteClass = list
1330 loader.suiteClass = list
1350 loader.suiteClass = list
[all …]
H A Dtest_discovery.py12 loader = unittest2.TestLoader()
14 loader._top_level_dir = '/foo'
27 loader = unittest2.TestLoader()
63 loader._top_level_dir = top_level
73 loader = unittest2.TestLoader()
127 loader._top_level_dir = '/foo'
145 loader = unittest2.TestLoader()
182 loader._find_tests = _find_tests
183 loader.suiteClass = str
195 loader = unittest2.TestLoader()
[all …]
/llvm-project-15.0.7/libc/test/integration/loader/linux/
H A DCMakeLists.txt1 if(NOT (EXISTS ${LIBC_SOURCE_DIR}/loader/linux/${LIBC_TARGET_ARCHITECTURE}))
6 add_custom_target(libc-loader-tests)
7 add_dependencies(libc-integration-tests libc-loader-tests)
11 SUITE libc-loader-tests
13 libc.loader.linux.crt1
25 SUITE libc-loader-tests
27 libc.loader.linux.crt1
34 SUITE libc-loader-tests
36 libc.loader.linux.crt1
43 SUITE libc-loader-tests
[all …]
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/unit/
H A D__init__.py15 def load_tests(loader, suite, _): argument
16 suite.addTests(loader.loadTestsFromModule(test_libear))
17 suite.addTests(loader.loadTestsFromModule(test_compilation))
18 suite.addTests(loader.loadTestsFromModule(test_clang))
19 suite.addTests(loader.loadTestsFromModule(test_report))
20 suite.addTests(loader.loadTestsFromModule(test_analyze))
21 suite.addTests(loader.loadTestsFromModule(test_intercept))
22 suite.addTests(loader.loadTestsFromModule(test_shell))
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectReproducer.cpp67 Loader *loader = &(*loader_storage); in GetLoaderFromPathOrCurrent() local
68 if (Error err = loader->LoadIndex()) { in GetLoaderFromPathOrCurrent()
73 return loader; in GetLoaderFromPathOrCurrent()
76 if (Loader *loader = Reproducer::Instance().GetLoader()) in GetLoaderFromPathOrCurrent() local
77 return loader; in GetLoaderFromPathOrCurrent()
295 Loader *loader = in DoExecute() local
297 if (!loader) in DoExecute()
302 FileSpec vfs_mapping = loader->GetFile<FileProvider::Info>(); in DoExecute()
329 loader->LoadBuffer<SymbolFileProvider>(); in DoExecute()
362 repro::GetDirectoryFrom<WorkingDirectoryProvider>(loader); in DoExecute()
[all …]
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/cases/
H A D__init__.py11 def load_tests(loader, suite, pattern): argument
13 suite.addTests(loader.loadTestsFromModule(test_from_cdb))
15 suite.addTests(loader.loadTestsFromModule(test_from_cmd))
17 suite.addTests(loader.loadTestsFromModule(test_create_cdb))
19 suite.addTests(loader.loadTestsFromModule(test_exec_anatomy))
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/
H A D__init__.py19 loader = unittest.TestLoader()
21 suite.addTests(loader.loadTestsFromModule(tests.unit))
22 suite.addTests(loader.loadTestsFromModule(tests.functional.cases))
/llvm-project-15.0.7/libc/test/integration/src/threads/
H A DCMakeLists.txt10 libc.loader.linux.crt1
29 libc.loader.linux.crt1
49 libc.loader.linux.crt1
64 libc.loader.linux.crt1
84 libc.loader.linux.crt1
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformDialect.h86 for (const DialectLoader &loader : dialectLoaders) in apply() local
87 loader(context); in apply()
92 for (const DialectLoader &loader : generatedDialectLoaders) in apply() local
93 loader(context); in apply()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Diboutlet.m10 …roperty 'myView' when auto-synthesized may not work correctly with 'nib' loader}} expected-note {{…
12 …operty 'myView1' when auto-synthesized may not work correctly with 'nib' loader}} expected-note {{…
14 …adonly IBOutlet property 'myView2' when auto-synthesized may not work correctly with 'nib' loader}}
28 …eadOnlyReadOnly' when auto-synthesized may not work correctly with 'nib' loader}} expected-note {{…
/llvm-project-15.0.7/libc/test/integration/src/pthread/
H A DCMakeLists.txt10 libc.loader.linux.crt1
29 libc.loader.linux.crt1
43 libc.loader.linux.crt1
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dmain.py8 from unittest2 import loader, runner
78 testLoader=loader.defaultTestLoader, exit=True,
164 def _do_discovery(self, argv, Loader=loader.TestLoader):
230 loader = Loader()
231 self.test = loader.discover(start_dir, pattern, top_level_dir)
H A Dloader.py314 loader = TestLoader()
315 loader.sortTestMethodsUsing = sortUsing
316 loader.testMethodPrefix = prefix
318 loader.suiteClass = suiteClass
319 return loader
/llvm-project-15.0.7/libc/test/integration/loader/
H A DCMakeLists.txt1 # A rule to add loader tests. When we have a complete loader, we should
3 # while the loader is getting built, we need to use a special rule like
/llvm-project-15.0.7/libc/test/integration/scudo/
H A DCMakeLists.txt8 # functions which depend on the LLVM libc loader, the integration
9 # test will have to link to the LLVM libc loader. LLVM libc's loader
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducerProvider.h339 static std::unique_ptr<MultiLoader> Create(Loader *loader) { in Create() argument
340 if (!loader) in Create()
343 FileSpec file = loader->GetFile<typename T::Info>(); in Create()
360 loader->GetRoot().CopyByAppendingPathComponent(file); in Create()
380 SymbolFileLoader(Loader *loader);
390 llvm::Expected<std::string> GetDirectoryFrom(repro::Loader *loader) { in GetDirectoryFrom() argument
391 llvm::Expected<std::string> dir = loader->LoadBuffer<T>(); in GetDirectoryFrom()
/llvm-project-15.0.7/libc/test/integration/src/__support/threads/
H A DCMakeLists.txt15 libc.loader.linux.crt1
28 libc.loader.linux.crt1
/llvm-project-15.0.7/llvm/test/Transforms/SampleProfile/
H A Dprofile-context-tracker.ll6 ; Note that we need new pass manager to enable top-down processing for sample profile loader
20 ; Test the functions won't be inlined as a result of sampled profile if `disable-sample-loader-inli…
22 …le-profile-prioritized-inline=0 -profile-sample-accurate -disable-sample-loader-inlining -S | File…
23 …le-profile-prioritized-inline=0 -profile-sample-accurate -disable-sample-loader-inlining -S | File…
24 …ofile-cold-inline-threshold=200 -profile-sample-accurate -disable-sample-loader-inlining -S | File…
25 …ofile-cold-inline-threshold=200 -profile-sample-accurate -disable-sample-loader-inlining -S | File…
48 ; _Z5funcBi isn't inlined since disable-sample-loader-inlining is true.
55 ; _Z5funcAi is not inlined since `disable-sample-loader-inlining` is true.
77 ; `_Z8funcLeafi` isn't inlined if `disable-sample-loader-inlining` is true.
89 ; _Z8funcLeafi won't be inlined if `disable-sample-loader-inlining` is true.
[all …]
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepThrough.cpp82 DynamicLoader *loader = thread.GetProcess()->GetDynamicLoader(); in LookForPlanToStepThroughFromCurrentPC() local
83 if (loader) in LookForPlanToStepThroughFromCurrentPC()
84 m_sub_plan_sp = loader->GetStepThroughTrampolinePlan(thread, m_stop_others); in LookForPlanToStepThroughFromCurrentPC()
/llvm-project-15.0.7/lldb/test/Shell/Breakpoint/
H A Djit-loader_rtdyld_elf.test11 # RUN: %lldb -b -o 'settings set plugin.jit-loader.gdb.enable on' -o 'b jitbp' \
14 # RUN: %lldb -b -o 'settings set plugin.jit-loader.gdb.enable on' -o 'b jitbp' \
/llvm-project-15.0.7/libc/loader/linux/
H A DCMakeLists.txt15 message(FATAL_ERROR "A loader object alias should have exactly one dependency.")
62 message(STATUS "Skipping loader for target architecture ${LIBC_TARGET_ARCHITECTURE}")
/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCTestRules.cmake104 # logic. This pattern is followed in the loader tests for example.
375 # but does not use the system libc. Not even the loader from the system libc
386 # LOADER <fully qualified loader target name>
392 # The loader target should provide a property named LOADER_OBJECT which is
393 # the full path to the object file produces when the loader is built.
444 get_target_property(crti_object_file libc.loader.linux.crti LOADER_OBJECT)
445 get_target_property(crtn_object_file libc.loader.linux.crtn LOADER_OBJECT)
459 …DEPENDS ${INTEGRATION_TEST_LOADER} libc.loader.linux.crti libc.loader.linux.crtn libc_integration_…
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/XCOFF/
H A Daux-hdr-defaults.yaml4 ## Case1: if text/data/bss/tdata/tbss/loader sections are set and corresponding
24 # CASE1-NEXT: Section number of loader data: 12
97 # CASE2-NEXT: Section number of loader data: 12
120 ## Case3: if all fields in the aux header are omitted and text/data/bss/tdata/tbss/loader
139 # CASE3-NEXT: Section number of loader data: 0
178 # CASE4-NEXT: Section number of loader data: 0
/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducerProvider.cpp143 SymbolFileLoader::SymbolFileLoader(Loader *loader) { in SymbolFileLoader() argument
144 if (!loader) in SymbolFileLoader()
147 FileSpec file = loader->GetFile<SymbolFileProvider::Info>(); in SymbolFileLoader()
/llvm-project-15.0.7/lldb/test/Shell/Reproducer/
H A DTestDump.test27 # GDB-ERROR: error: Unable to create GDB loader.
31 # COMMANDS-ERROR: error: Unable to create command loader.

1234