Home
last modified time | relevance | path

Searched refs:src_file (Results 1 – 22 of 22) sorted by relevance

/llvm-project-15.0.7/utils/arcanist/
H A Dclang-format.sh28 src_file="${1}"
31 readonly src_file
34 cp -p "${src_file}" "${original_file}"
35 cp -p "${src_file}" "${formatted_file}"
55 git diff-index -U0 "${arc_base_commit}" "${src_file}" \
58 cp -p "${src_file}" "${formatted_file}"
59 cp -p "${original_file}" "${src_file}"
60 if ! diff -q "${src_file}" "${formatted_file}" > /dev/null ; then
64 cat "${src_file}"
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_by_line_and_column/
H A DTestBreakpointByLineAndColumn.py18 src_file = lldb.SBFileSpec("main.cpp")
22 src_file, line, 50)
35 src_file = lldb.SBFileSpec("main.cpp")
38 _, _, _, breakpoint = lldbutil.run_to_line_breakpoint(self, src_file,
70 src_file = lldb.SBFileSpec("main.cpp")
76 valid_bpkt = target.BreakpointCreateByLocation(src_file, line,
120 invalid_bpkt = target.BreakpointCreateByLocation(src_file, line, column,
/llvm-project-15.0.7/lldb/test/API/lang/objc/orderedset/
H A DTestOrderedSet.py26 src_file = "main.m"
27 src_file_spec = lldb.SBFileSpec(src_file)
/llvm-project-15.0.7/lldb/test/API/source-manager/
H A DTestSourceManager.py267 src_file = 'artificial_location.c'
268 d = {'C_SOURCES': src_file }
273 lldb.SBFileSpec(src_file, False))
276 substrs=['stop reason = breakpoint', '%s:%d' % (src_file,0),
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cmd.py83 src_file = os.path.join(target_dir, src_file_name)
85 create_empty_file(src_file)
86 command = ' '.join([compiler, '-c', src_file, '-o', obj_file])
/llvm-project-15.0.7/lldb/test/API/lang/cpp/incomplete-types/
H A DTestCppIncompleteTypes.py47 src_file = "main.cpp"
48 src_file_spec = lldb.SBFileSpec(src_file)
/llvm-project-15.0.7/lldb/test/API/commands/expression/save_jit_objects/
H A DTestSaveJITObjects.py29 src_file = "main.c"
30 src_file_spec = lldb.SBFileSpec(src_file)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/limit-debug-info/
H A DTestWithLimitDebugInfo.py13 src_file = os.path.join(self.getSourceDir(), "main.cpp")
14 src_file_spec = lldb.SBFileSpec(src_file)
/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCHeaderRules.cmake22 set(src_file ${CMAKE_CURRENT_SOURCE_DIR}/${ADD_HEADER_HDR}) variable
26 COMMAND cp ${src_file} ${dest_file}
27 DEPENDS ${src_file}
/llvm-project-15.0.7/lldb/test/API/lang/c/unions/
H A DTestUnionMembers.py41 src_file = os.path.join(self.getSourceDir(), "main.c")
42 self.src_file_spec = lldb.SBFileSpec(src_file)
/llvm-project-15.0.7/flang/tools/f18/
H A Dflang-to-external-fc.in337 local -r src_file=$1
342 current_ext=${src_file##*.}
345 out_file=$(basename "${src_file}" "$current_ext")${new_ext}
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/
H A DCMakeLists.txt12 foreach (src_file ${XRAY_ALL_SOURCE_FILES_ABS_PATHS})
13 if (NOT EXISTS "${src_file}")
14 message(FATAL_ERROR "Source file \"${src_file}\" does not exist")
/llvm-project-15.0.7/lldb/test/API/lang/cpp/gmodules/
H A DTestWithModuleDebugging.py15 src_file = os.path.join(self.getSourceDir(), "main.cpp")
16 src_file_spec = lldb.SBFileSpec(src_file)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/global_operators/
H A DTestCppGlobalOperators.py16 src_file = "main.cpp"
17 src_file_spec = lldb.SBFileSpec(src_file)
/llvm-project-15.0.7/lldb/test/API/commands/expression/macros/
H A DTestMacros.py28 src_file = "main.cpp"
30 src_file_spec = lldb.SBFileSpec(src_file)
/llvm-project-15.0.7/lldb/test/API/lang/cpp/nsimport/
H A DTestCppNsImport.py17 src_file = os.path.join(self.getSourceDir(), "main.cpp")
18 src_file_spec = lldb.SBFileSpec(src_file)
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A D__init__.py170 src_file = 'check.c'
171 with open(os.path.join(work_dir, src_file), 'w') as handle:
174 execute([self.ctx.compiler, src_file] + self.ctx.c_flags,
/llvm-project-15.0.7/compiler-rt/lib/xray/
H A DCMakeLists.txt130 foreach (src_file ${XRAY_ALL_SOURCE_FILES})
133 "${CMAKE_CURRENT_SOURCE_DIR}/${src_file}")
/llvm-project-15.0.7/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/
H A DTestMembersAndLocalsWithSameName.py233 src_file = os.path.join(cwd, "main.cpp")
234 self.src_file_spec = lldb.SBFileSpec(src_file)
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp425 FileSpec src_file(File); in findFunctions() local
433 cu_sp->FindLineEntry(0, Line, &src_file, false, &le); in findFunctions()
479 FileSpec src_file(File); in findBlocks() local
487 cu_sp->FindLineEntry(0, Line, &src_file, false, &le); in findBlocks()
/llvm-project-15.0.7/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake552 set(src_file "${CMAKE_CURRENT_SOURCE_DIR}/${file_name}") variable
555 DEPENDS ${src_file}
556 COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src_file} ${dst_file}
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp983 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData() local
984 if (src_file) { in ParseVariableForPDBData()
985 FileSpec spec(src_file->getFileName()); in ParseVariableForPDBData()