HomeSort by relevance Sort by last modified time
    Searched defs:SectionEnd (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/MC/
MCDwarf.cpp 194 MCSymbol *SectionEnd = context.CreateTempSymbol();
196 MCOS->EmitLabel(SectionEnd);
202 MCOS->EmitDwarfAdvanceLineAddr(INT64_MAX, LastLabel, SectionEnd,
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 444 uint32_t SectionEnd = Section->VirtualAddress + Section->VirtualSize;
445 if (SectionStart <= Addr && Addr < SectionEnd) {
    [all...]

Completed in 114 milliseconds