Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp611 SectionSP SectionList::FindSectionContainingFileAddress(addr_t vm_addr, in FindSectionContainingFileAddress() function in SectionList
624 sect_sp = sect->GetChildren().FindSectionContainingFileAddress( in FindSectionContainingFileAddress()
H A DAddress.cpp254 section_list->FindSectionContainingFileAddress(file_addr)); in ResolveAddressUsingFileSections()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h71 FindSectionContainingFileAddress(lldb::addr_t addr,
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp252 SectionSP section_sp = list->FindSectionContainingFileAddress(address); in GetOrCreateFunction()
469 SectionSP section_sp = list.FindSectionContainingFileAddress(address); in AddSymbols()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp125 section_list->FindSectionContainingFileAddress(*symbol.address)) { in FromJSON()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3045 section_list->FindSectionContainingFileAddress(addr).get(); in ParseSymtab()
3178 section_list->FindSectionContainingFileAddress(file_addr); in ParseUnwindSymbols()