Lines Matching defs:CSectionRef
366 const XCOFFSection &CSectionRef,
369 void writeSymbolEntryForControlSection(const XCOFFSection &CSectionRef,
944 const Symbol &SymbolRef, const XCOFFSection &CSectionRef,
946 assert(SymbolOffset <= MaxRawDataSize - CSectionRef.Address &&
952 CSectionRef.Address + SymbolOffset, SectionIndex,
980 CSectionRef.Address + SymbolOffset, SectionIndex,
984 writeSymbolAuxCsectEntry(CSectionRef.SymbolTableIndex, XCOFF::XTY_LD,
985 CSectionRef.MCSec->getMappingClass());
999 const XCOFFSection &CSectionRef, int16_t SectionIndex,
1001 writeSymbolEntry(CSectionRef.getSymbolTableName(), CSectionRef.Address,
1002 SectionIndex, CSectionRef.getVisibilityType(), StorageClass);
1004 writeSymbolAuxCsectEntry(CSectionRef.Size, getEncodedType(CSectionRef.MCSec),
1005 CSectionRef.MCSec->getMappingClass());