Home
last modified time | relevance | path

Searched refs:GetObjectPathMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h157 PathMappingList &GetObjectPathMap() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2337 PathMappingList &obj_mapping = GetObjectPathMap(); in GetOrCreateModule()
4692 PathMappingList &TargetProperties::GetObjectPathMap() const { in GetObjectPathMap() function in TargetProperties