Searched refs:raw_path (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangHost.cpp | 52 std::string raw_path = lldb_shlib_spec.GetPath(); in DefaultComputeClangResourceDirectory() local 90 std::string raw_path = lldb_shlib_spec.GetPath(); in ComputeClangResourceDirectory() 92 auto rev_it = llvm::sys::path::rbegin(raw_path); in ComputeClangResourceDirectory() 93 auto r_end = llvm::sys::path::rend(raw_path); in ComputeClangResourceDirectory() 117 raw_path.resize(parent - r_end); in ComputeClangResourceDirectory() 118 llvm::sys::path::append(clang_path, raw_path, in ComputeClangResourceDirectory() 134 raw_path.resize(parent - r_end); in ComputeClangResourceDirectory() 145 raw_path = lldb_shlib_spec.GetPath(); in ComputeClangResourceDirectory() 146 raw_path.resize(rev_it - r_end); in ComputeClangResourceDirectory() 147 raw_path.append("LLDB.framework/Resources/Clang"); in ComputeClangResourceDirectory() [all …]
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | HostInfoMacOSX.mm | 134 raw_path.resize(framework_pos); 137 raw_path.resize(framework_pos); 138 raw_path.append("/Resources"); 148 raw_path.append("/../bin"); 163 raw_path = dir_realpath; 171 llvm::StringRef(raw_path.c_str(), raw_path.size())); 185 raw_path.resize(framework_pos); 186 raw_path.append("/Headers"); 189 llvm::StringRef(raw_path.c_str(), raw_path.size())); 205 raw_path.resize(framework_pos); [all …]
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 226 std::string raw_path = lldb_file_spec.GetPath(); in ComputePathRelativeToLibrary() local 230 __FUNCTION__, dir.data(), raw_path.c_str()); in ComputePathRelativeToLibrary() 233 llvm::StringRef parent_path = llvm::sys::path::parent_path(raw_path); in ComputePathRelativeToLibrary() 242 raw_path = (parent_path + dir).str(); in ComputePathRelativeToLibrary() 244 raw_path.c_str()); in ComputePathRelativeToLibrary() 245 file_spec.GetDirectory().SetString(raw_path); in ComputePathRelativeToLibrary()
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | globals.py | 19 def get_globals(raw_path, options): argument 22 path = os.path.expanduser(raw_path)
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOSXDYLD.cpp | 688 char raw_path[PATH_MAX]; in ReadImageInfos() local 689 m_process->ReadCStringFromMemory(path_addr, raw_path, sizeof(raw_path), in ReadImageInfos() 693 image_infos[i].file_spec.SetFile(raw_path, FileSpec::Style::native); in ReadImageInfos()
|