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