Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp138 ModuleSP caller_module_sp = caller_start_addr.GetModule(); in GetLoadAddress() local
139 if (!caller_module_sp) { in GetLoadAddress()
144 SectionList *section_list = caller_module_sp->GetSectionList(); in GetLoadAddress()