Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 2968) sorted by relevance

12345678910>>...119

/llvm-project-15.0.7/libc/docs/
H A Dsource_layout.rst20 The ``cmake`` directory
26 The ``docs`` directory
32 The ``fuzzing`` directory
36 directory structure within this directory mirrors the directory structure of the
39 The ``include`` directory
52 The ``lib`` directory
58 The ``loader`` directory
64 The ``src`` directory
72 corresponding directory in the ``src`` directory. The name of the directory
78 The ``test`` directory
[all …]
/llvm-project-15.0.7/clang/utils/analyzer/
H A DSATestBuild.py201 cwd = os.path.join(directory, PATCHED_SOURCE_DIR_NAME)
202 script_path = os.path.join(directory, CLEANUP_SCRIPT)
408 def scan_build(self, directory: str, output_dir: str,
496 def analyze_preprocessed(self, directory: str,
581 self._download(directory, build_log_file)
594 self._apply_patch(directory, build_log_file)
603 self._unpack_zip(directory, build_log_file)
616 cwd=directory, stderr=build_log_file,
636 zip_file.extractall(os.path.join(directory,
787 new_dir = os.path.join(directory, OUTPUT_DIR_NAME)
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp74 const FileSpec &directory) { in SaveTraceBundleDescription() argument
75 FileSpec trace_path = directory; in SaveTraceBundleDescription()
104 FileSpec threads_dir = directory; in BuildThreadsSection()
201 FileSpec cpus_dir = directory; in BuildCpusSection()
275 FileSpec path_to_copy_module = directory; in BuildModulesSection()
309 BuildThreadsSection(process, directory); in BuildProcessSection()
314 BuildModulesSection(process, directory); in BuildProcessSection()
330 BuildProcessSection(*process, directory)) in BuildProcessesSection()
349 FileSystem::Instance().Resolve(directory); in SaveToDisk()
352 BuildProcessesSection(trace_ipt, directory); in SaveToDisk()
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/
H A Dtls-directory.test1 ## Tests for the --coff-tls-directory flag.
3 ## Test that the output of --coff-tls-directory works on x86.
26 ## Test that the output of --coff-tls-directory errors on malformed input.
27 ## On x86, the TLS directory should be 24 bytes.
28 ## This test has a truncated TLS directory.
68 ## Test that the output of --coff-tls-directory works on x86_64.
91 ## Test that the output of --coff-tls-directory errors on malformed input.
93 ## On x86-64, the TLS directory should be 40 bytes.
94 ## This test has an erroneously lengthened TLS directory.
107 # BAD-TLS-RVA-ERR: error: '[[FILE]]': RVA 0xf423f for TLS directory not found
[all …]
/llvm-project-15.0.7/llvm/test/Assembler/
H A Ddbg-checksum.ll12 ; CHECK: !DIFile(filename: "a.h", directory: "/test")
13 !5 = !DIFile(filename: "a.h", directory: "/test")
14 ; CHECK: !DIFile(filename: "b.h", directory: "/test", checksumkind: CSK_MD5, checksum: "595f44fec1e…
15 !6 = !DIFile(filename: "b.h", directory: "/test", checksumkind: CSK_MD5, checksum: "595f44fec1e92a7…
16 ; CHECK: !DIFile(filename: "c.h", directory: "/test", checksumkind: CSK_SHA1, checksum: "d5db29cd03…
17 !7 = !DIFile(filename: "c.h", directory: "/test", checksumkind: CSK_SHA1, checksum: "d5db29cd03a2ed…
18 ; CHECK: !DIFile(filename: "d.h", directory: "/test", checksumkind: CSK_SHA256, checksum: "e3b0c442…
19 !8 = !DIFile(filename: "d.h", directory: "/test", checksumkind: CSK_SHA256, checksum: "e3b0c44298fc…
H A Ddebug-info-source.ll27 ; CHECK: !1 = !DIFile(filename: "foo.c", directory: "dir", source: "void foo() { }\0A")
28 !1 = !DIFile(filename: "foo.c", directory: "dir", source: "void foo() { }\0A")
30 ; CHECK: !3 = !DIFile(filename: "qux.h", directory: "dir")
31 !3 = !DIFile(filename: "qux.h", directory: "dir")
36 ; CHECK: !8 = !DIFile(filename: "bar.h", directory: "dir", source: "void bar() { }\0A")
37 !8 = !DIFile(filename: "bar.h", directory: "dir", source: "void bar() { }\0A")
39 ; CHECK: !10 = !DIFile(filename: "baz.c", directory: "dir")
40 !10 = !DIFile(filename: "baz.c", directory: "dir")
H A Ddebug-info.ll32 ; CHECK-NEXT: !10 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
34 ; CHECK-NEXT: !12 = !DIFile(filename: "", directory: "")
36 !12 = !DIFile(filename: "path/to/file", directory: "/path/to/dir")
38 !14 = !DIFile(filename: "", directory: "")
83 ; CHECK-NEXT: !32 = !DIFile(filename: "file", directory: "dir", checksumkind: CSK_MD5, checksum: "0…
84 !35 = !DIFile(filename: "file", directory: "dir", checksumkind: CSK_MD5, checksum: "000102030405060…
93 ; CHECK-NEXT: !36 = !DIFile(filename: "file", directory: "dir", source: "int source() { }\0A")
94 ; CHECK-NEXT: !37 = !DIFile(filename: "file", directory: "dir", checksumkind: CSK_MD5, checksum: "3…
95 !39 = !DIFile(filename: "file", directory: "dir", source: "int source() { }\0A")
96 !40 = !DIFile(filename: "file", directory: "dir", checksumkind: CSK_MD5, checksum: "3a420e2646916a4…
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducerProvider.h101 FileProvider(const FileSpec &directory) : Provider(directory) { in FileProvider() argument
104 directory.GetPath()); in FileProvider()
128 VersionProvider(const FileSpec &directory) : Provider(directory) {} in VersionProvider() argument
146 void SetDirectory(std::string directory) { in SetDirectory() argument
147 m_directory = std::move(directory); in SetDirectory()
172 : DirectoryProvider(directory) { in WorkingDirectoryProvider()
192 : DirectoryProvider(directory) { in HomeDirectoryProvider()
207 SymbolFileProvider(const FileSpec &directory) : Provider(directory) {} in SymbolFileProvider() argument
248 MultiProvider(const FileSpec &directory) : Provider<V>(directory) {} in MultiProvider() argument
295 CommandProvider(const FileSpec &directory) in CommandProvider() argument
[all …]
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/
H A DCMakeLists.txt29 set(directory "${CMAKE_BINARY_DIR}/include/openmp/libomptarget/plugins/remote/") variable
30 file(MAKE_DIRECTORY ${directory})
31 execute_process(COMMAND ${CMAKE_COMMAND} -E make_directory ${directory})
33 …COMMAND protoc --cpp_out=${directory} -I ${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_CURRENT_SOURC…
34 …COMMAND protoc --grpc_out=${directory} -I ${CMAKE_CURRENT_SOURCE_DIR}/include ${CMAKE_CURRENT_SOUR…
38 ${directory}/openmp.grpc.pb.cc
39 ${directory}/openmp.pb.cc
43 ${directory}
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/src/compilation_database/
H A Dbuild_broken.json.in3 "directory": "${path}", string
9 "directory": "${path}", string
15 "directory": "${path}", string
21 "directory": "${path}", string
27 "directory": "${path}", string
33 "directory": "${path}", string
39 "directory": "${path}", string
H A Dbuild_regular.json.in3 "directory": "${path}", string
9 "directory": "${path}", string
15 "directory": "${path}", string
21 "directory": "${path}", string
27 "directory": "${path}", string
/llvm-project-15.0.7/llvm/test/Instrumentation/JustMyCode/
H A Djmc-instrument.ll69 ; CHECK: !3 = !DIFile(filename: "a/x.c", directory: "/tmp")
90 ; CHECK: !24 = !DIFile(filename: "x.c", directory: "/tmp/a")
141 !1 = !DIFile(filename: "a/x.c", directory: "/tmp")
142 !2 = !DIFile(filename: "x.c", directory: "/tmp/a")
143 !3 = !DIFile(filename: "./x.c", directory: "C:\\\\a\\\\b\\\\")
144 !4 = !DIFile(filename: "./b\\x.c", directory: "C:\\\\a\\\\")
145 !5 = !DIFile(filename: "./b/x.c", directory: "C:\\\\a\\\\")
146 !6 = !DIFile(filename: "./b/./../b/x.c", directory: "C:/a")
147 !7 = !DIFile(filename: "./b/.\\../b/x.c", directory: "a\\d/p")
148 !8 = !DIFile(filename: "./b/./../b/x.c", directory: "a/d/p")
[all …]
H A Djmc-instrument-elf.ll47 ; CHECK: !3 = !DIFile(filename: "a/x.c", directory: "/tmp")
51 ; CHECK: !7 = !DIFile(filename: "./x.c", directory: "C:\\\\a\\\\b\\\\")
61 ; CHECK: !17 = !DIFile(filename: "x.c", directory: "/tmp/a")
64 ; CHECK: !20 = !DIFile(filename: "./b\\x.c", directory: "C:\\\\a\\\\")
66 ; CHECK: !22 = !DIFile(filename: "./b/x.c", directory: "C:\\\\a\\\\")
97 !1 = !DIFile(filename: "a/x.c", directory: "/tmp")
98 !2 = !DIFile(filename: "x.c", directory: "/tmp/a")
99 !3 = !DIFile(filename: "./x.c", directory: "C:\\\\a\\\\b\\\\")
100 !4 = !DIFile(filename: "./b\\x.c", directory: "C:\\\\a\\\\")
101 !5 = !DIFile(filename: "./b/x.c", directory: "C:\\\\a\\\\")
[all …]
/llvm-project-15.0.7/lldb/source/API/
H A DSBFileSpec.cpp117 FileSpec directory{*m_opaque_up}; in GetDirectory() local
118 directory.GetFilename().Clear(); in GetDirectory()
119 return directory.GetCString(); in GetDirectory()
131 void SBFileSpec::SetDirectory(const char *directory) { in SetDirectory() argument
132 LLDB_INSTRUMENT_VA(this, directory); in SetDirectory()
134 if (directory && directory[0]) in SetDirectory()
135 m_opaque_up->GetDirectory().SetCString(directory); in SetDirectory()
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdbaltpath.test4 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix HELLO %s
8 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix PDBVAR %s
12 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix EXTVAR %s
16 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix NOCLOSE %s
20 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix NOCLOSE2 %s
24 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix CLOSEONE %s
28 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix CLOSETWO %s
32 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix CLOSETWO2 %s
36 # RUN: llvm-readobj --coff-debug-directory %t.exe | FileCheck --check-prefix ENVVARS %s
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dupgrade-dbg-checksum.ll13 ; CHECK: !DIFile(filename: "a.c", directory: "/test")
14 !4 = !DIFile(filename: "a.c", directory: "/test", checksumkind: CSK_None, checksum: "")
15 ; CHECK: !DIFile(filename: "b.h", directory: "/test", checksumkind: CSK_MD5, checksum: "595f44fec1e…
16 !5 = !DIFile(filename: "b.h", directory: "/test", checksumkind: CSK_MD5, checksum: "595f44fec1e92a7…
17 ; CHECK: !DIFile(filename: "c.h", directory: "/test", checksumkind: CSK_SHA1, checksum: "d5db29cd03…
18 !6 = !DIFile(filename: "c.h", directory: "/test", checksumkind: CSK_SHA1, checksum: "d5db29cd03a2ed…
/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dinput-relative.s2 ## For a relative pathname in INPUT() or GROUP(), the parent directory of
3 ## the current linker script has priority over current working directory and -L.
14 ## A relative pathname is relative to the parent directory of the current linker script.
15 ## The directory has priority over current working directory and -L.
36 ## If the parent directory of the current linker script does not contain the file,
37 ## fall back to the current working directory.
/llvm-project-15.0.7/clang/test/VFS/Inputs/
H A Dvfsoverlay.yaml4 { 'name': 'OUT_DIR', 'type': 'directory',
18 { 'name': 'SomeFramework.framework', 'type': 'directory',
20 { 'name': 'Headers', 'type': 'directory',
35 { 'name': 'Incomplete.framework', 'type': 'directory',
37 { 'name': 'Headers', 'type': 'directory',
H A Dvfsroot.yaml6 { 'name': '/tests', 'type': 'directory',
19 { 'name': '/direct-vfs-root-files', 'type': 'directory',
29 { 'name': '/indirect-vfs-root-files', 'type': 'directory',
36 { 'name': 'TEST_DIR/Inputs/Broken.framework', 'type': 'directory',
47 { 'name': 'OUT_DIR/cache', 'type': 'directory',
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cdb.py30 def run_analyzer(directory, cdb, args): argument
31 cmd = ['analyze-build', '--cdb', cdb, '--output', directory] \
98 def get_html_count(directory): argument
99 return len(glob.glob(os.path.join(directory, 'report-*.html')))
102 def get_plist_count(directory): argument
103 return len(glob.glob(os.path.join(directory, 'report-*.plist')))
106 def get_sarif_count(directory): argument
107 return len(glob.glob(os.path.join(directory, 'result-*.sarif')))
182 def assertTitleEqual(self, directory, expected): argument
190 index = os.path.join(directory, 'index.html')
/llvm-project-15.0.7/llvm/test/Linker/
H A Ddebug-info-version-a.ll6 ; CHECK-NOT: !DIFile(filename: "b.c", directory: "")
7 ; CHECK: !DIFile(filename: "a.c", directory: "")
8 ; CHECK-NOT: !DIFile(filename: "b.c", directory: "")
15 !2 = !DIFile(filename: "a.c", directory: "")
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Ddebug-info-blocks.ll109 !2 = !DIFile(filename: "header.h", directory: "/Volumes/Sandbox/llvm")
113 !6 = !DIFile(filename: "header2.h", directory: "/Volumes/Sandbox/llvm")
117 !10 = !DIFile(filename: "header3.h", directory: "/Volumes/Sandbox/llvm")
122 !15 = !DIFile(filename: "Private.h", directory: "/Volumes/Sandbox/llvm")
127 !20 = !DIFile(filename: "header4.h", directory: "/Volumes/Sandbox/llvm")
131 !24 = !DIFile(filename: "MyLibrary.m", directory: "/Volumes/Sandbox/llvm")
168 !61 = !DIFile(filename: "header11.h", directory: "/Volumes/Sandbox/llvm")
172 !65 = !DIFile(filename: "NSO.h", directory: "/Volumes/Sandbox/llvm")
184 !77 = !DIFile(filename: "header12.h", directory: "/Volumes/Sandbox/llvm")
261 !155 = !DIFile(filename: "NSO.h", directory: "/Volumes/Sandbox/llvm")
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-debuginfod-find/
H A Dlocal.test1 # Test that llvm-debuginfod-find can perform local directory lookups.
12 RUN: --debug-file-directory %t/a \
13 RUN: --debug-file-directory %t/b \
14 RUN: --debug-file-directory %t/c \
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/
H A DREADME.TXT4 The directory structure for the unique_ptr class templates differs from the
5 normal test directory naming conventions (e.g. matching the stable name in the standard).
7 Instead of having a [unique.ptr.single] and [unique.ptr.runtime] directory,
8 each containing their own tests, a single directory, "unique.ptr.class",
/llvm-project-15.0.7/lld/utils/
H A Dbenchmark.py36 def __init__(self, directory, variant): argument
37 self.directory = directory
41 return self.directory
42 return '%s-%s' % (self.directory, self.variant)
109 os.chdir(bench.directory)

12345678910>>...119