Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp597 const Symbol &SymbolRef, const ControlSection &CSectionRef, in writeSymbolTableEntryForCsectMemberLabel() argument
601 assert(SymbolOffset <= UINT32_MAX - CSectionRef.Address && in writeSymbolTableEntryForCsectMemberLabel()
603 W.write<uint32_t>(CSectionRef.Address + SymbolOffset); in writeSymbolTableEntryForCsectMemberLabel()
618 W.write<uint32_t>(CSectionRef.SymbolTableIndex); in writeSymbolTableEntryForCsectMemberLabel()
626 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForCsectMemberLabel()
634 const ControlSection &CSectionRef, int16_t SectionIndex, in writeSymbolTableEntryForControlSection() argument
637 writeSymbolName(CSectionRef.getSymbolTableName()); in writeSymbolTableEntryForControlSection()
639 W.write<uint32_t>(CSectionRef.Address); in writeSymbolTableEntryForControlSection()
656 W.write<uint32_t>(CSectionRef.Size); in writeSymbolTableEntryForControlSection()
662 W.write<uint8_t>(getEncodedType(CSectionRef.MCCsect)); in writeSymbolTableEntryForControlSection()
[all …]