| /llvm-project-15.0.7/mlir/lib/Reducer/ |
| H A D | Tester.cpp | 34 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 D | llvm-go.go | 73 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 D | LocationSnapshot.cpp | 68 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 D | sanitizer_common.cpp | 67 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 D | sanitizer_win.cpp | 488 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 D | sanitizer_common.h | 263 const char *StripPathPrefix(const char *filepath,
|
| /llvm-project-15.0.7/llvm/tools/sancov/ |
| H A D | coverage-report-server.py | 154 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 D | TestKernVerStrLCNOTE.py | 96 filepath = fspec.GetDirectory() + "/" + fspec.GetFilename() 97 self.assertEqual(filepath, self.test_exe)
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | lldbtest.py | 28 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 D | base.py | 22 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 D | format.py | 192 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 D | compilation_database.test | 1 // 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 D | compilation_database.test | 1 // 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 D | MLIRLSP.md | 153 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 D | AddMLIR.cmake | 31 " 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 D | ObjectFileMachO.cpp | 6425 std::string filepath = module_sp->GetFileSpec().GetPath(); 6426 all_image_infos_payload.PutRawBytes(filepath.data(), filepath.size() + 1);
|