Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Reducer/
H A DTester.cpp34 SmallString<128> filepath; in isInteresting() local
39 llvm::sys::fs::createTemporaryFile("mlir-reduce", "mlir", fd, filepath); in isInteresting()
45 llvm::ToolOutputFile out(filepath, fd); in isInteresting()
51 filepath); in isInteresting()
54 return std::make_pair(isInteresting(filepath), size); in isInteresting()
/llvm-project-15.0.7/llvm/tools/llvm-go/
H A Dllvm-go.go73 bin, _ := filepath.Split(os.Args[0])
74 configpath = filepath.Join(bin, "llvm-config")
168 path := filepath.Join(tmpgopath, "src", p.pkgpath)
169 err := os.MkdirAll(filepath.Dir(path), os.ModePerm)
175 if !filepath.IsAbs(abspath) {
176 abspath = filepath.Join(srcdir, abspath)
188 newgopathlist = append(newgopathlist, filepath.SplitList(os.Getenv("GOPATH"))...)
189 newgopath := strings.Join(newgopathlist, string(filepath.ListSeparator))
/llvm-project-15.0.7/mlir/lib/Transforms/
H A DLocationSnapshot.cpp68 SmallString<32> filepath(fileName); in generateLocationsFromIR() local
69 if (filepath.empty()) { in generateLocationsFromIR()
71 "mlir_snapshot", "tmp.mlir", filepath)) { in generateLocationsFromIR()
81 openOutputFile(filepath, &error); in generateLocationsFromIR()
86 generateLocationsFromIR(outputFile->os(), filepath, op, flags, tag); in generateLocationsFromIR()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp67 const char *StripPathPrefix(const char *filepath, in StripPathPrefix() argument
69 if (!filepath) return nullptr; in StripPathPrefix()
70 if (!strip_path_prefix) return filepath; in StripPathPrefix()
71 const char *res = filepath; in StripPathPrefix()
72 if (const char *pos = internal_strstr(filepath, strip_path_prefix)) in StripPathPrefix()
H A Dsanitizer_win.cpp488 const char *filepath; member
512 module_infos[i].filepath = modules[i].full_name(); in DumpProcessMap()
523 mi.filepath[0] ? mi.filepath : "[no name]"); in DumpProcessMap()
524 } else if (mi.filepath[0]) { in DumpProcessMap()
525 Printf("\t??\?-??? %s\n", mi.filepath); in DumpProcessMap()
H A Dsanitizer_common.h263 const char *StripPathPrefix(const char *filepath,
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dcoverage-report-server.py154 filepath = os.path.join(self.src_path, filename)
155 if not os.path.exists(filepath):
166 with open(filepath, 'r', encoding='utf8') as f:
/llvm-project-15.0.7/lldb/test/API/macosx/lc-note/kern-ver-str/
H A DTestKernVerStrLCNOTE.py96 filepath = fspec.GetDirectory() + "/" + fspec.GetFilename()
97 self.assertEqual(filepath, self.test_exe)
/llvm-project-15.0.7/lldb/test/API/
H A Dlldbtest.py28 filepath = os.path.join(source_path, filename)
29 if not os.path.isdir(filepath):
/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dbase.py22 filepath = os.path.join(source_path, filename)
23 if not os.path.isdir(filepath):
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dformat.py192 filepath = os.path.join(sourcePath, filename)
193 if not os.path.isdir(filepath):
/llvm-project-15.0.7/mlir/test/mlir-pdll-lsp-server/
H A Dcompilation_database.test1 // RUN: echo -e '--- !FileInfo:\n filepath: "/foo.pdll"\n includes: "%/S;%/S/../../include"' > %t…
/llvm-project-15.0.7/mlir/test/tblgen-lsp-server/
H A Dcompilation_database.test1 // RUN: echo -e '--- !FileInfo:\n filepath: "/foo.td"\n includes: "%/S;%/S/../../include"' > %t.y…
/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md153 filepath: "/home/user/llvm/mlir/lib/Dialect/Arithmetic/IR/ArithmeticCanonicalization.pdll"
157 - filepath: <string> - Absolute file path of the file.
278 filepath: "/home/user/llvm/mlir/lib/Dialect/Arithmetic/IR/ArithmeticCanonicalization.td"
282 - filepath: <string> - Absolute file path of the file.
/llvm-project-15.0.7/mlir/cmake/modules/
H A DAddMLIR.cmake31 " filepath: \"${LLVM_TARGET_DEFINITIONS_ABSOLUTE}\"\n"
159 " filepath: \"${LLVM_TARGET_DEFINITIONS_ABSOLUTE}\"\n"
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6425 std::string filepath = module_sp->GetFileSpec().GetPath();
6426 all_image_infos_payload.PutRawBytes(filepath.data(), filepath.size() + 1);