Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp578 DwarfSectionEntry SecEntry(MCSec->getName(), in executePostLayoutBinding() local
581 DwarfSections.push_back(std::move(SecEntry)); in executePostLayoutBinding()
1185 SectionEntry SecEntry(".ovrflo", XCOFF::STYP_OVRFLO); in finalizeRelocationInfo() local
1189 SecEntry.RelocationCount = Sec->Index; in finalizeRelocationInfo()
1193 SecEntry.Address = RelCount; in finalizeRelocationInfo()
1194 SecEntry.Index = ++SectionCount; in finalizeRelocationInfo()
1195 OverflowSections.push_back(std::move(SecEntry)); in finalizeRelocationInfo()