Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp820 ModuleSpec reexport_module_spec; in FindBestGlobalDataSymbol() local
821 reexport_module_spec.GetPlatformFileSpec() = in FindBestGlobalDataSymbol()
823 if (reexport_module_spec.GetPlatformFileSpec()) { in FindBestGlobalDataSymbol()
825 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
827 reexport_module_spec.GetPlatformFileSpec().ClearDirectory(); in FindBestGlobalDataSymbol()
829 target.GetImages().FindFirstModule(reexport_module_spec); in FindBestGlobalDataSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp557 ModuleSpec reexport_module_spec; in GetSymbolAddress() local
558 reexport_module_spec.GetPlatformFileSpec() = in GetSymbolAddress()
560 if (reexport_module_spec.GetPlatformFileSpec()) { in GetSymbolAddress()
562 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
564 reexport_module_spec.GetPlatformFileSpec().ClearDirectory(); in GetSymbolAddress()
566 target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()