Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2568 SectionSP text_segment_sp = in ParseSymtab() local
2571 if (text_segment_sp) in ParseSymtab()
2572 text_segment_file_addr = text_segment_sp->GetFileAddress(); in ParseSymtab()
5346 SectionSP text_segment_sp = in GetEntryPointAddress() local
5348 if (text_segment_sp) { in GetEntryPointAddress()
5350 start_address = text_segment_sp->GetFileAddress() + entryoffset; in GetEntryPointAddress()
5408 SectionSP text_segment_sp( in GetBaseAddress() local
5410 if (text_segment_sp) { in GetBaseAddress()
5411 header_addr.SetSection(text_segment_sp); in GetBaseAddress()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp1813 SectionSP text_segment_sp( in GetSharedCacheReadOnlyAddress() local
1816 if (text_segment_sp) { in GetSharedCacheReadOnlyAddress()
1818 text_segment_sp->GetChildren().FindSectionByName( in GetSharedCacheReadOnlyAddress()