Lines Matching defs:CSectionRef
365 const XCOFFSection &CSectionRef,
368 void writeSymbolEntryForControlSection(const XCOFFSection &CSectionRef,
941 const Symbol &SymbolRef, const XCOFFSection &CSectionRef,
943 assert(SymbolOffset <= MaxRawDataSize - CSectionRef.Address &&
949 CSectionRef.Address + SymbolOffset, SectionIndex,
977 CSectionRef.Address + SymbolOffset, SectionIndex,
981 writeSymbolAuxCsectEntry(CSectionRef.SymbolTableIndex, XCOFF::XTY_LD,
982 CSectionRef.MCSec->getMappingClass());
996 const XCOFFSection &CSectionRef, int16_t SectionIndex,
998 writeSymbolEntry(CSectionRef.getSymbolTableName(), CSectionRef.Address,
999 SectionIndex, CSectionRef.getVisibilityType(), StorageClass);
1001 writeSymbolAuxCsectEntry(CSectionRef.Size, getEncodedType(CSectionRef.MCSec),
1002 CSectionRef.MCSec->getMappingClass());