Searched refs:SectionEnd (Results 1 – 2 of 2) sorted by relevance
218 MCSymbol *SectionEnd = MCOS->endSection(Section); in EmitDwarfLineTable() local226 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in EmitDwarfLineTable()
463 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; in getRvaPtr() local464 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr()