Home
last modified time | relevance | path

Searched refs:raw_path (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp51 std::string raw_path = lldb_shlib_spec.GetPath(); in DefaultComputeClangResourceDirectory() local
89 std::string raw_path = lldb_shlib_spec.GetPath(); in ComputeClangResourceDirectory()
91 auto rev_it = llvm::sys::path::rbegin(raw_path); in ComputeClangResourceDirectory()
92 auto r_end = llvm::sys::path::rend(raw_path); in ComputeClangResourceDirectory()
116 raw_path.resize(parent - r_end); in ComputeClangResourceDirectory()
117 llvm::sys::path::append(clang_path, raw_path, in ComputeClangResourceDirectory()
133 raw_path.resize(parent - r_end); in ComputeClangResourceDirectory()
144 raw_path = lldb_shlib_spec.GetPath(); in ComputeClangResourceDirectory()
145 raw_path.resize(rev_it - r_end); in ComputeClangResourceDirectory()
146 raw_path.append("LLDB.framework/Resources/Clang"); in ComputeClangResourceDirectory()
[all …]
/freebsd-13.1/contrib/kyua/engine/
H A Dkyuafile.cpp326 const fs::path& raw_path, in callback_test_program() argument
332 if (raw_path.is_absolute()) in callback_test_program()
334 "program '%s'") % raw_path); in callback_test_program()
335 else if (raw_path.str() != raw_path.leaf_name()) in callback_test_program()
337 "components") % raw_path); in callback_test_program()
340 raw_path); in callback_test_program()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp220 std::string raw_path = lldb_file_spec.GetPath(); in ComputePathRelativeToLibrary() local
224 __FUNCTION__, dir.data(), raw_path.c_str()); in ComputePathRelativeToLibrary()
227 llvm::StringRef parent_path = llvm::sys::path::parent_path(raw_path); in ComputePathRelativeToLibrary()
236 raw_path = (parent_path + dir).str(); in ComputePathRelativeToLibrary()
238 raw_path.c_str()); in ComputePathRelativeToLibrary()
239 file_spec.GetDirectory().SetString(raw_path); in ComputePathRelativeToLibrary()