Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp185 MCSymbol *SectionEnd = MCOS->endSection(Section); in EmitDwarfLineTable() local
193 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd, in EmitDwarfLineTable()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp490 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; in getRvaPtr() local
491 if (SectionStart <= Addr && Addr < SectionEnd) { in getRvaPtr()