Home
last modified time | relevance | path

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

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