Searched refs:ReplaceSection (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp168 module_section_list->ReplaceSection (module_section_sp->GetID(), section_sp);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp415 SectionList::ReplaceSection (user_id_t sect_id, const lldb::SectionSP& sect_sp, uint32_t depth) function in class:SectionList
427 if ((*sect_iter)->GetChildren().ReplaceSection(sect_id, sect_sp, depth - 1))
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h79 ReplaceSection (lldb::user_id_t sect_id, const lldb::SectionSP& section_sp, uint32_t depth = UINT32_MAX);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1944 unified_section_list.ReplaceSection (module_section_sp->GetID(), section_sp);

Completed in 57 milliseconds