Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Ddiscovery.py103 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 DTestRunner.py1069 def parseIntegratedTestScriptCommands(source_path, keywords): argument
1091 f = open(source_path, 'rb')
/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dbase.py15 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 Dgoogletest.py48 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 DSourceBreakpoint.cpp18 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 DSourceBreakpoint.h26 void SetBreakpoint(const llvm::StringRef source_path);
H A DJSONUtils.h315 llvm::json::Value CreateSource(llvm::StringRef source_path);
H A DJSONUtils.cpp602 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 Dlit.cfg.py53 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 Ddummy_format.py15 source_path = test.getSourcePath()
18 cfg.read(source_path)
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/xunit-output/
H A Ddummy_format.py15 source_path = test.getSourcePath()
18 cfg.read(source_path)
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp250 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 Dlldbtest.py18 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 Dgooglebenchmark.py74 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 Dinstall_custom_python.py31 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 Ddummy_format.py15 source_path = test.getSourcePath()
18 cfg.read(source_path)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/stackTrace/
H A DTestVSCode_stackTrace.py45 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 Dfilesystem_test_helper.h241 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 Dlit.cfg.py249 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 DTestThreadPlanCommands.py88 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 Dlit.cfg.py466 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 DLocateSymbolFileMacOSX.cpp449 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 DStackFrame.cpp1628 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 Dlldbvscode_testcase.py25 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 DTestCompletion.py415 source_path = os.path.join(self.getSourceDir(), "thread_plan_script.py")
416 self.runCmd("command script import '%s'"%(source_path))