Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 25 of 25) sorted by relevance

/llvm-project-15.0.7/llvm/utils/docker/scripts/llvm_checksum/
H A Dllvm_checksum.py86 def read_and_collapse_svn_subsitutions(file_path): argument
106 def add_file_hash(file_path): argument
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp34 static bool GetPathAssumingFileIsRelativeToExec(const char *file_path, in GetPathAssumingFileIsRelativeToExec()
50 static const char *FindFile(const char *file_path, in FindFile()
63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile()
H A Dsanitizer_coverage_libcdep_new.cpp49 static void WriteModuleCoverage(char* file_path, const char* module_name, in WriteModuleCoverage()
62 char* file_path = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage() local
169 const char* file_path = common_flags()->cov_8bit_counters_out; in DumpCoverage() local
/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/
H A Ddump_oplib.py54 def load_module_from_file(module_name, file_path): argument
/llvm-project-15.0.7/llvm/utils/lit/lit/builtin_commands/
H A Ddiff.py107 def printDirVsFile(dir_path, file_path): argument
114 def printFileVsDir(file_path, dir_path): argument
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp510 static bool isLoadBiasIncorrect(Target &target, const std::string &file_path) { in isLoadBiasIncorrect()
521 std::string const &file_path) { in UpdateBaseAddrIfNecessary()
581 std::string file_path = ReadStringFromMemory(entry.path_addr); in ReadSOEntryFromMemory() local
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DTextDiagnosticTest.cpp47 const llvm::StringRef file_path = "main.cpp"; in TEST() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBDeclaration.cpp153 char file_path[PATH_MAX * 2]; in GetDescription() local
H A DSBLineEntry.cpp170 char file_path[PATH_MAX * 2]; in GetDescription() local
/llvm-project-15.0.7/clang/docs/tools/
H A Dgenerate_formatted_state.py115 file_path = os.path.join(root, filename) variable
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectSession.cpp41 llvm::StringRef file_path; in DoExecute() local
H A DCommandObjectTarget.cpp287 const char *file_path = command.GetArgumentAtIndex(0); in DoExecute() local
/llvm-project-15.0.7/lldb/source/Target/
H A DLanguage.cpp78 Language *Language::FindPlugin(llvm::StringRef file_path) { in FindPlugin()
91 llvm::StringRef file_path) { in FindPlugin()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/remote/
H A DIndex.proto99 optional string file_path = 3; field
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp585 char file_path[PATH_MAX]; in DownloadObjectAndSymbolFile() local
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTest.py222 def __init__(self, suite, path_in_suite, config, file_path = None, gtest_json_file = None): argument
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py551 def _load_plugin_from_file_impl_py_gt_2(self, file_path, globals_space): argument
555 def load_plugin_from_file(self, file_path): argument
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py753 def request_setBreakpoints(self, file_path, line_array, data=None): argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1190 const auto file_path = matched_module_spec.GetFileSpec().GetPath(); in Handle_jModulesInfo() local
H A DProcessGDBRemote.cpp4642 std::string file_path = file.GetPath(false); in GetFileLoadAddress() local
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1643 def wait_for_file_on_target(testcase, file_path, max_attempts=6): argument
H A Dlldbtest.py2477 def createTestTarget(self, file_path=None, msg=None, argument
/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp698 const char *file_path, uint32_t line, bool check_inlines, in ResolveSymbolContextForFilePath()
H A DModule.cpp575 const char *file_path, uint32_t line, bool check_inlines, in ResolveSymbolContextForFilePath()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp226 if (auto file_path = GetFileByIndex(prologue, idx, compile_dir, style)) { local