reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBModuleSpec.cpp
   77   return LLDB_RECORD_RESULT(SBFileSpec(m_opaque_up->GetPlatformFileSpec()));
   84   m_opaque_up->GetPlatformFileSpec() = *sb_spec;
tools/lldb/source/Commands/CommandObjectTarget.cpp
 4043         if (!module_spec.GetFileSpec() && !module_spec.GetPlatformFileSpec())
 4271               module_spec.GetPlatformFileSpec() =
tools/lldb/source/Core/Module.cpp
  197   else if (matching_module_spec.GetPlatformFileSpec())
  198     m_platform_file = matching_module_spec.GetPlatformFileSpec();
tools/lldb/source/Core/ModuleList.cpp
  157     equivalent_module_spec.GetPlatformFileSpec() =
  888     platform_module_spec.GetPlatformFileSpec() =
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  569         reexport_module_spec.GetPlatformFileSpec() =
  571         if (reexport_module_spec.GetPlatformFileSpec()) {
  575             reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear();
tools/lldb/source/Symbol/SymbolContext.cpp
  826               reexport_module_spec.GetPlatformFileSpec() =
  828               if (reexport_module_spec.GetPlatformFileSpec()) {
  832                   reexport_module_spec.GetPlatformFileSpec()
tools/lldb/source/Target/ModuleCache.cpp
  251   cached_module_spec.GetPlatformFileSpec() = module_spec.GetFileSpec();
tools/lldb/source/Target/Platform.cpp
 1508     module_spec.GetPlatformFileSpec() = platform_spec;