Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2642 SectionSP text_segment_sp = in ParseSymtab() local
2645 if (text_segment_sp) in ParseSymtab()
2646 text_segment_file_addr = text_segment_sp->GetFileAddress(); in ParseSymtab()
5315 SectionSP text_segment_sp =
5317 if (text_segment_sp) {
5377 SectionSP text_segment_sp(
5379 if (text_segment_sp) {
5380 header_addr.SetSection(text_segment_sp);
6106 SectionSP text_segment_sp =
6108 if (text_segment_sp.get() && SectionIsLoadable(text_segment_sp.get()))
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2333 SectionSP text_segment_sp( in GetSharedCacheReadOnlyAddress() local
2336 if (text_segment_sp) { in GetSharedCacheReadOnlyAddress()
2338 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()