Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp798 auto writeSectionHeader = [&](const SectionEntry *Sec, bool IsDwarf) { in writeSectionHeaderTable() argument
810 writeWord(IsDwarf ? 0 : Sec->Address); in writeSectionHeaderTable()
811 writeWord(IsDwarf ? 0 : Sec->Address); in writeSectionHeaderTable()
946 auto calcOffsetToRelocations = [&](SectionEntry *Sec, bool IsDwarf) { in finalizeSectionInfo() argument
947 if (!IsDwarf && Sec->Index == SectionEntry::UninitializedIndex) in finalizeSectionInfo()