Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp621 const Symbol &SymbolRef, const XCOFFSection &CSectionRef, in writeSymbolTableEntryForCsectMemberLabel() argument
625 assert(SymbolOffset <= UINT32_MAX - CSectionRef.Address && in writeSymbolTableEntryForCsectMemberLabel()
627 W.write<uint32_t>(CSectionRef.Address + SymbolOffset); in writeSymbolTableEntryForCsectMemberLabel()
642 W.write<uint32_t>(CSectionRef.SymbolTableIndex); in writeSymbolTableEntryForCsectMemberLabel()
650 W.write<uint8_t>(CSectionRef.MCSec->getMappingClass()); in writeSymbolTableEntryForCsectMemberLabel()
658 const XCOFFSection &CSectionRef, int16_t SectionIndex, in writeSymbolTableEntryForControlSection() argument
661 writeSymbolName(CSectionRef.getSymbolTableName()); in writeSymbolTableEntryForControlSection()
663 W.write<uint32_t>(CSectionRef.Address); in writeSymbolTableEntryForControlSection()
680 W.write<uint32_t>(CSectionRef.Size); in writeSymbolTableEntryForControlSection()
686 W.write<uint8_t>(getEncodedType(CSectionRef.MCSec)); in writeSymbolTableEntryForControlSection()
[all …]