Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp583 DwarfSectionEntry SecEntry(MCSec->getName(), in executePostLayoutBinding() local
586 DwarfSections.push_back(std::move(SecEntry)); in executePostLayoutBinding()
1247 SectionEntry SecEntry(".ovrflo", XCOFF::STYP_OVRFLO); in finalizeRelocationInfo() local
1251 SecEntry.RelocationCount = Sec->Index; in finalizeRelocationInfo()
1255 SecEntry.Address = RelCount; in finalizeRelocationInfo()
1256 SecEntry.Index = ++SectionCount; in finalizeRelocationInfo()
1257 OverflowSections.push_back(std::move(SecEntry)); in finalizeRelocationInfo()