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

/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCDwarf.cpp167 MCSymbol *SectionEnd = MCOS->endSection(Section); local
175 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd,
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp443 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize; local
444 if (SectionStart <= Addr && Addr < SectionEnd) {

Completed in 109 milliseconds