Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp504 SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true); in GetCompactUnwindInfoForFunction() local
505 if (text_sect.get()) { in GetCompactUnwindInfoForFunction()
506 text_section_file_address = text_sect->GetFileAddress(); in GetCompactUnwindInfoForFunction()