Searched refs:IsDwarf (Results 1 – 1 of 1) sorted by relevance
798 auto writeSectionHeader = [&](const SectionEntry *Sec, bool IsDwarf) { in writeSectionHeaderTable() argument810 writeWord(IsDwarf ? 0 : Sec->Address); in writeSectionHeaderTable()811 writeWord(IsDwarf ? 0 : Sec->Address); in writeSectionHeaderTable()946 auto calcOffsetToRelocations = [&](SectionEntry *Sec, bool IsDwarf) { in finalizeSectionInfo() argument947 if (!IsDwarf && Sec->Index == SectionEntry::UninitializedIndex) in finalizeSectionInfo()