Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp513 DwarfSectionEntry SecEntry(MCSec->getName(), in executePostLayoutBinding() local
516 DwarfSections.push_back(std::move(SecEntry)); in executePostLayoutBinding()
1075 SectionEntry SecEntry(".ovrflo", XCOFF::STYP_OVRFLO); in finalizeRelocationInfo() local
1079 SecEntry.RelocationCount = Sec->Index; in finalizeRelocationInfo()
1083 SecEntry.Address = RelCount; in finalizeRelocationInfo()
1084 SecEntry.Index = ++SectionCount; in finalizeRelocationInfo()
1085 OverflowSections.push_back(std::move(SecEntry)); in finalizeRelocationInfo()