Searched refs:FindSectionContainingFileAddress (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h70 FindSectionContainingFileAddress(lldb::addr_t addr,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp545 SectionSP SectionList::FindSectionContainingFileAddress(addr_t vm_addr, function in class:SectionList
558 sect_sp = sect->GetChildren().FindSectionContainingFileAddress(
H A DAddress.cpp251 section_list->FindSectionContainingFileAddress(file_addr));
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp331 SectionSP section_sp = list.FindSectionContainingFileAddress(address);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2752 section_list->FindSectionContainingFileAddress(addr).get();
2893 section_list->FindSectionContainingFileAddress(file_addr);

Completed in 208 milliseconds