Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp581 DwarfSectionEntry SecEntry(MCSec->getName(), in executePostLayoutBinding() local
584 DwarfSections.push_back(std::move(SecEntry)); in executePostLayoutBinding()
1230 SectionEntry SecEntry(".ovrflo", XCOFF::STYP_OVRFLO); in finalizeRelocationInfo() local
1234 SecEntry.RelocationCount = Sec->Index; in finalizeRelocationInfo()
1238 SecEntry.Address = RelCount; in finalizeRelocationInfo()
1239 SecEntry.Index = ++SectionCount; in finalizeRelocationInfo()
1240 OverflowSections.push_back(std::move(SecEntry)); in finalizeRelocationInfo()