Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangExpressionDeclMap.cpp690 ModuleSpec reexport_module_spec; in GetSymbolAddress() local
691reexport_module_spec.GetPlatformFileSpec() = sym_ctx.symbol->GetReExportedSymbolSharedLibrary(); in GetSymbolAddress()
692 if (reexport_module_spec.GetPlatformFileSpec()) in GetSymbolAddress()
694 … reexport_module_sp = target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
697 reexport_module_spec.GetPlatformFileSpec().GetDirectory().Clear(); in GetSymbolAddress()
698 … reexport_module_sp = target.GetImages().FindFirstModule(reexport_module_spec); in GetSymbolAddress()
808 ModuleSpec reexport_module_spec; in FindGlobalDataSymbol() local
809reexport_module_spec.GetPlatformFileSpec() = symbol->GetReExportedSymbolSharedLibrary(); in FindGlobalDataSymbol()
810 if (reexport_module_spec.GetPlatformFileSpec()) in FindGlobalDataSymbol()
812 … reexport_module_sp = target.GetImages().FindFirstModule(reexport_module_spec); in FindGlobalDataSymbol()
[all …]