Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DFunction.cpp131 ModuleSP caller_module_sp = caller_start_addr.GetModule(); in GetLoadAddress() local
132 if (!caller_module_sp) { in GetLoadAddress()
137 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress()