Home
last modified time | relevance | path

Searched refs:system_path (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp37 FileSpec system_file_spec(module.system_path); in ParseModule()
40 : module.system_path); in ParseModule()
64 module.system_path.c_str(), toString(std::move(err)).c_str()); in ParseModule()
398 module.system_path = NormalizePath(module.system_path).GetPath(); in NormalizeAllPaths()
H A DTraceIntelPTBundleSaver.cpp254 std::string system_path = module_sp->GetPlatformFileSpec().GetPath(); in BuildModulesSection() local
275 path_to_copy_module.AppendPathComponent(system_path); in BuildModulesSection()
285 JSONModule{system_path, GetRelativePath(directory, path_to_copy_module), in BuildModulesSection()
352 return JSONKernel{kernel_image.load_address, kernel_image.system_path}; in BuildKernelSection()
H A DTraceIntelPTJSONStructs.cpp35 json_module["systemPath"] = module.system_path; in toJSON()
46 return o && o.map("systemPath", module.system_path) && in fromJSON()
H A DTraceIntelPTJSONStructs.h23 std::string system_path; member