Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDAddress.h395 ResolveAddressUsingFileSections (lldb::addr_t addr, const SectionList *sections);
/trueos/contrib/llvm/tools/lldb/source/Core/
HDAddress.cpp226 ResolveAddressUsingFileSections(address, section_list); in Address()
241 Address::ResolveAddressUsingFileSections (addr_t file_addr, const SectionList *section_list) in ResolveAddressUsingFileSections() function in Address
HDModule.cpp450 return so_addr.ResolveAddressUsingFileSections(vm_addr, section_list); in ResolveFileAddress()
/trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp662 m_entry_point_address.ResolveAddressUsingFileSections(offset, section_list); in GetEntryPointAddress()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp1059 …func_range.GetBaseAddress().ResolveAddressUsingFileSections (lowest_func_addr, module_sp->GetSecti… in ParseCompileUnitFunction()