Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/llvm-project-15.0.7/lldb/test/API/functionalities/load_using_paths/
H A DTestLoadUsingPaths.py57 paths = lldb.SBStringList()
58 paths.AppendString(self.wd)
59 paths.AppendString(os.path.join(self.wd, "no_such_dir"))
73 paths.AppendString(self.hidden_dir)
99 paths.Clear()
100 paths.AppendString(os.path.join(self.wd, "no_such_dir"))
101 paths.AppendString(self.wd)
113 paths.Clear()
114 paths.AppendString("")
116 paths.AppendString(self.wd)
[all …]
/llvm-project-15.0.7/llvm/test/Object/
H A Darchive-thin-paths.test4 RUN: mkdir -p archive-thin-paths.dir
5 RUN: echo foo > archive-thin-paths.dir/foo.o
7 RUN: rm -f archive-thin-paths.a
8 RUN: llvm-ar rcsT archive-thin-paths.a archive-thin-paths.dir\foo.o
9 RUN: grep archive-thin-paths.dir/foo.o archive-thin-paths.a
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp152 paths.push_back(""); in TEST()
153 paths.push_back("."); in TEST()
154 paths.push_back(".."); in TEST()
156 paths.push_back("/"); in TEST()
167 paths.push_back("/."); in TEST()
168 paths.push_back("./"); in TEST()
178 paths.push_back("c:"); in TEST()
282 paths.push_back(""); in TEST()
283 paths.push_back("."); in TEST()
284 paths.push_back(".."); in TEST()
[all …]
/llvm-project-15.0.7/lld/test/MachO/
H A Dsyslibroot.test8 CHECK-NONEXISTENT-SYSLIBROOT: Library search paths:
9 CHECK-NONEXISTENT-SYSLIBROOT-NEXT: Framework search paths:
17 CHECK-SYSLIBROOT: Library search paths:
25 CHECK-ABSOLUTE-PATH-REROOTED: Library search paths:
32 CHECK-PATH-WITHOUT-REROOT: Library search paths:
40 CHECK-SYSLIBROOT-MATRIX: Library search paths:
48 CHECK-SYSLIBROOT-IGNORED: Library search paths:
57 CHECK-SYSLIBROOT-FRAMEWORK: Framework search paths:
67 CHECK-SYSLIBROOT-FRAMEWORK-MATRIX: Framework search paths:
76 CHECK-SYSLIBROOT-FRAMEWORK-IGNORED: Framework search paths:
H A Dsearch-paths.test5 CHECK: Library search paths:
8 CHECK-NEXT: Framework search paths:
14 CHECK_Z: Library search paths:
16 CHECK_Z-NEXT: Framework search paths:
H A Dsearch-paths-darwin.test7 CHECK: Library search paths:
10 CHECK: Framework search paths:
16 CHECK_Z: Library search paths:
18 CHECK_Z-NEXT: Framework search paths:
/llvm-project-15.0.7/llvm/test/tools/llvm-ar/
H A Dabsolute-paths.test1 MSVC's lib.exe produces archives with absolute paths to the members. It's useful
8 RUN: llvm-ar t %S/Inputs/absolute-paths.lib | FileCheck %s --check-prefix=CHECK-LIST
13 RUN: llvm-ar xP %S/Inputs/absolute-paths.lib 'C:/src/llvm-project/build/dne/a.o'
18 RUN: llvm-ar xP %S/Inputs/absolute-paths.lib C:/src/llvm-project/build/dne/b.o
23 archive with absolute paths. Extracting all objects doesn't need P because we
26 RUN: llvm-ar x %S/Inputs/absolute-paths.lib
31 RUN: llvm-ar x %S/Inputs/absolute-paths.lib --output=dir/
H A Dthin-archive.test7 Test that modules can be added with absolute paths when the archive is created using an absolute pa…
21 Test that modules can be added with absolute paths when the archive is created using a relative path
29 Test that modules can be added with relative paths when the archive is created using a relative path
37 Test that modules can be added with relative paths when the archive is created using a absolute path
/llvm-project-15.0.7/llvm/utils/lit/lit/llvm/
H A Dconfig.py192 paths = [norm(p) for p in current_paths]
194 paths = []
204 paths.remove(p)
207 paths = [p] + paths
208 value = os.pathsep.join(paths)
498 paths = additional_tool_dirs + paths
608 paths = additional_tool_dirs + paths
621 search_paths=paths,
624 search_paths=paths,
627 search_paths=paths,
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/modularize/
H A DProblemsInconsistent.modularize16 # CHECK-NEXT: 'FUNC_STYLE(1, 0);' expanded to: '1||0' with respect to these inclusion paths:
23 # CHECK-NEXT: 'FUNC_STYLE(1, 0);' expanded to: '1&&0' with respect to these inclusion paths:
34 # CHECK-NEXT: 'SYMBOL' expanded to: '1' with respect to these inclusion paths:
41 # CHECK-NEXT: 'SYMBOL' expanded to: '2' with respect to these inclusion paths:
52 # CHECK-NEXT: 'defined(SYMBOL1)' expanded to: 'true' with respect to these inclusion paths:
59 # CHECK-NEXT: 'defined(SYMBOL1)' expanded to: 'false' with respect to these inclusion paths:
67 # CHECK-NEXT: 'SYMBOL1' expanded to: 'true' with respect to these inclusion paths:
70 # CHECK-NEXT: 'SYMBOL1' expanded to: 'false' with respect to these inclusion paths:
77 # CHECK-NEXT: 'SYMBOL2' expanded to: 'false' with respect to these inclusion paths:
80 # CHECK-NEXT: 'SYMBOL2' expanded to: 'true' with respect to these inclusion paths:
[all …]
/llvm-project-15.0.7/clang/utils/analyzer/
H A DSATestUtils.py9 def which(command: str, paths: Optional[str] = None) -> Optional[str]:
13 if paths is None:
14 paths = os.environ.get('PATH', '')
21 if not paths:
22 paths = os.defpath
32 for path in paths.split(os.pathsep):
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/
H A Dtblgen.bzl6 load("@bazel_skylib//lib:paths.bzl", "paths")
54 includes: a list of include paths
57 a collection of the transitive include paths
75 prefixed_includes.append(paths.join(ctx.bin_dir.path, include))
79 """Resolves include paths to paths relative to the execution root.
89 if paths.is_absolute(include):
92 include = paths.join(package, include)
93 include = paths.join(workspace_root, include)
131 " the current label's package. Absolute paths are" +
137 " paths.",
[all …]
/llvm-project-15.0.7/libcxx/utils/libcxx/
H A Dutil.py100 def which(command, paths = None): argument
104 if paths is None:
105 paths = os.environ.get('PATH', '')
112 if not paths:
113 paths = os.defpath
123 for path in paths.split(os.pathsep):
139 def whichTools(tools, paths): argument
140 for path in paths.split(os.pathsep):
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dcheck_path.py15 paths = argv[2:]
19 for idx, dir in enumerate(paths):
22 for idx, file in enumerate(paths):
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dthin-archive-paths.test6 # the member paths printed are exactly what's in the archive and not relative
10 # Show that relative paths in the file header printing look sensible.
14 # Show that relative paths in an error message for both archive and member look
25 # Show that absolute paths in the file header printing are correct.
29 # Show that absolute paths in an error message for both archive and member are correct.
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Dutil.py208 def which(command, paths=None): argument
212 if paths is None:
213 paths = os.environ.get('PATH', '')
220 if not paths:
221 paths = os.defpath
231 for path in paths.split(os.pathsep):
247 def whichTools(tools, paths): argument
248 for path in paths.split(os.pathsep):
/llvm-project-15.0.7/lldb/test/API/functionalities/load_lazy/
H A DTestLoadUsingLazyBind.py53 paths = lldb.SBStringList()
54 paths.AppendString(wd)
56 token = process.LoadImageUsingPaths(lib_spec, paths, out_spec, error)
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DCppModuleConfiguration.cpp36 llvm::SmallVector<std::string, 2> paths; in getTargetIncludePaths() local
38 paths.push_back("/usr/include/" + triple.str()); in getTargetIncludePaths()
41 paths.push_back(("/usr/include/" + triple.getArchName() + "-" + in getTargetIncludePaths()
45 return paths; in getTargetIncludePaths()
/llvm-project-15.0.7/llvm/test/tools/llvm-cov/
H A Dscan-directory.test5 RUN: llvm-cov show /dev/null -instr-profile /dev/null -dump-collected-paths %t | FileCheck %s --che…
6 RUN: llvm-cov show /dev/null -instr-profile /dev/null -dump-collected-paths %t/a/b/c.tmp %t/a/d.tmp…
12 RUN: llvm-cov show /dev/null -instr-profile /dev/null -dump-collected-paths -path-equivalence=%t,%S…
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/
H A Dmultiway-paths-covered.rst1 .. title:: clang-tidy - hicpp-multiway-paths-covered
3 hicpp-multiway-paths-covered
6 This check discovers situations where code paths are not fully-covered.
8 The `rule 6.1.2 <http://www.codingstandard.com/rule/6-1-2-explicitly-cover-all-paths-through-multi-…
31 Similar arguments hold for ``switch`` statements which do not cover all possible code paths.
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dsearch-path-usage.m3 // Check that search paths used by `#include` and `#include_next` are reported.
20 // Check that framework search paths are reported.
31 // Check that system search paths are reported.
42 // Check that sysroot-based search paths are reported.
54 // Check that search paths used by `__has_include()` are reported.
68 // Check that search paths used by `#import` are reported.
132 // Check that search paths with module maps are NOT reported.
/llvm-project-15.0.7/llvm/test/Other/
H A Dcfg_deopt_unreach.ll3 ; RUN: opt < %s -dot-cfg -cfg-hide-unreachable-paths -cfg-dot-filename-prefix=%t/unreach 2>/dev/nul…
5 ; RUN: opt < %s -dot-cfg -cfg-hide-deoptimize-paths -cfg-dot-filename-prefix=%t/deopt 2>/dev/null >…
9 ; RUN: opt < %s -dot-cfg -cfg-hide-unreachable-paths -cfg-hide-deoptimize-paths -cfg-dot-filename-p…
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/use-llvm-tool/
H A Dlit.cfg23 paths = [os.path.join(this_dir, 'search1'), os.path.join(this_dir, 'search2'), os.path.join(this_di…
24 lit.llvm.llvm_config.use_llvm_tool('case9', search_paths=paths)
25 lit.llvm.llvm_config.use_llvm_tool('case10', search_paths=paths, use_installed=True)
/llvm-project-15.0.7/lldb/docs/use/
H A Dtroubleshooting.rst42 paths.
46 in the gutter of the source view, this path must match the full paths in the
47 debug information. If the paths mismatch, possibly due to passing in a resolved
80 We can also list the full paths to all compile units for a module using python:
95 will set breakpoints by full paths where the path doesn't match the full path
97 use the breakpoint list command with the --verbose option to see the full paths
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfts.cpp16 char *const paths[] = {(char *)"/etc", 0}; in main() local
17 FTS *ftsp = fts_open(paths, FTS_LOGICAL, NULL); in main()

12345678910>>...15