| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | discovery.py | 103 source_path = ts.getSourcePath(path_in_suite) 104 cfgpath = chooseConfigFileFromDir(source_path, litConfig.local_config_names) 146 source_path = ts.getSourcePath(path_in_suite) 147 if not os.path.exists(source_path): 151 if not os.path.isdir(source_path): 204 for filename in os.listdir(source_path): 210 file_sourcepath = os.path.join(source_path, filename)
|
| H A D | TestRunner.py | 1069 def parseIntegratedTestScriptCommands(source_path, keywords): argument 1091 f = open(source_path, 'rb')
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A D | base.py | 15 source_path = testSuite.getSourcePath(path_in_suite) 16 for filename in os.listdir(source_path): 22 filepath = os.path.join(source_path, filename) 79 test.source_path = path 99 cmd.append(test.source_path)
|
| H A D | googletest.py | 48 source_path = testSuite.getSourcePath(path_in_suite) 50 dir_path = os.path.join(source_path, subdir) 56 execpath = os.path.join(source_path, subdir, fn)
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | SourceBreakpoint.cpp | 18 void SourceBreakpoint::SetBreakpoint(const llvm::StringRef source_path) { in SetBreakpoint() argument 19 bp = g_vsc.target.BreakpointCreateByLocation(source_path.str().c_str(), line); in SetBreakpoint()
|
| H A D | SourceBreakpoint.h | 26 void SetBreakpoint(const llvm::StringRef source_path);
|
| H A D | JSONUtils.h | 315 llvm::json::Value CreateSource(llvm::StringRef source_path);
|
| H A D | JSONUtils.cpp | 602 llvm::json::Value CreateSource(llvm::StringRef source_path) { in CreateSource() argument 604 llvm::StringRef name = llvm::sys::path::filename(source_path); in CreateSource() 606 EmplaceSafeString(source, "path", source_path); in CreateSource()
|
| /llvm-project-15.0.7/compiler-rt/test/profile/ |
| H A D | lit.cfg.py | 53 source_path = os.path.join( dirname, filename) 54 if os.path.isdir(source_path): 56 f = open(source_path, 'r')
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/test-data/ |
| H A D | dummy_format.py | 15 source_path = test.getSourcePath() 18 cfg.read(source_path)
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/xunit-output/ |
| H A D | dummy_format.py | 15 source_path = test.getSourcePath() 18 cfg.read(source_path)
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/ |
| H A D | SymbolVendorMacOSX.cpp | 250 FileSpec source_path(DBGSourcePath.c_str()); in CreateInstance() local 253 source_path.RemoveLastPathComponent(); in CreateInstance() 254 source_path.RemoveLastPathComponent(); in CreateInstance() 256 build_path.GetPath(), source_path.GetPath(), in CreateInstance()
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | lldbtest.py | 18 source_path = testSuite.getSourcePath(path_in_suite) 19 for filename in os.listdir(source_path): 28 filepath = os.path.join(source_path, filename)
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | googlebenchmark.py | 74 source_path = testSuite.getSourcePath(path_in_suite) 76 dir_path = os.path.join(source_path, subdir) 82 execpath = os.path.join(source_path, subdir, fn)
|
| /llvm-project-15.0.7/lldb/scripts/ |
| H A D | install_custom_python.py | 31 source_path = os.path.join(source_dir, filename) 33 print('Copying file %s ==> %s...' % (source_path, dest_path)) 34 shutil.copyfile(source_path, dest_path)
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/test-data-micro/ |
| H A D | dummy_format.py | 15 source_path = test.getSourcePath() 18 cfg.read(source_path)
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/stackTrace/ |
| H A D | TestVSCode_stackTrace.py | 45 self.assertEquals(frame_source, self.source_path, 47 frame_idx, frame_source, self.source_path)) 61 self.source_path = os.path.join(os.getcwd(), source)
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | filesystem_test_helper.h | 241 std::string create_file_dir_symlink(fs::path source_path, 245 std::string source = source_path.string(); 255 std::string create_symlink(fs::path source_path, 258 return create_file_dir_symlink(source_path, to_path, sanitize_source, 262 std::string create_directory_symlink(fs::path source_path, 265 return create_file_dir_symlink(source_path, to_path, sanitize_source, 269 std::string create_hardlink(fs::path source_path, fs::path to_path) { in create_hardlink() 270 std::string source = source_path.string(); in create_hardlink()
|
| /llvm-project-15.0.7/clang/test/ |
| H A D | lit.cfg.py | 249 source_path = os.path.join( dirname, filename) 250 if os.path.isdir(source_path): 252 f = open(source_path, 'r', encoding='ISO-8859-1')
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/ |
| H A D | TestThreadPlanCommands.py | 88 source_path = os.path.join(self.getSourceDir(), "wrap_step_over.py") 89 self.runCmd("command script import '%s'"%(source_path))
|
| /llvm-project-15.0.7/llvm/test/ |
| H A D | lit.cfg.py | 466 source_path = os.path.join( dirname, filename) 467 if os.path.isdir(source_path): 469 f = open(source_path, 'r')
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 449 FileSpec source_path(DBGSourcePath.c_str()); in GetModuleSpecInfoFromUUIDDictionary() local 452 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary() 453 source_path.RemoveLastPathComponent(); in GetModuleSpecInfoFromUUIDDictionary() 455 build_path.GetPath(), source_path.GetPath(), true); in GetModuleSpecInfoFromUUIDDictionary()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrame.cpp | 1628 ValueObjectSP source_path; in DoGuessValueAt() local 1633 source_path = DoGuessValueAt(frame, origin_register, 0, disassembler, in DoGuessValueAt() 1643 source_path = in DoGuessValueAt() 1646 if (!source_path) { in DoGuessValueAt() 1649 source_path = in DoGuessValueAt() 1650 GetValueForDereferincingOffset(frame, source_path, offset); in DoGuessValueAt() 1653 if (source_path) { in DoGuessValueAt() 1654 return source_path; in DoGuessValueAt()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | lldbvscode_testcase.py | 25 def set_source_breakpoints(self, source_path, lines, data=None): argument 33 source_path, lines, data)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/completion/ |
| H A D | TestCompletion.py | 415 source_path = os.path.join(self.getSourceDir(), "thread_plan_script.py") 416 self.runCmd("command script import '%s'"%(source_path))
|