Searched refs:CSectionRef (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 270 const XCOFFSection &CSectionRef, 273 void writeSymbolEntryForControlSection(const XCOFFSection &CSectionRef, 732 const Symbol &SymbolRef, const XCOFFSection &CSectionRef, in writeSymbolEntryForCsectMemberLabel() argument 734 assert(SymbolOffset <= MaxRawDataSize - CSectionRef.Address && in writeSymbolEntryForCsectMemberLabel() 738 CSectionRef.Address + SymbolOffset, SectionIndex, in writeSymbolEntryForCsectMemberLabel() 741 writeSymbolAuxCsectEntry(CSectionRef.SymbolTableIndex, XCOFF::XTY_LD, in writeSymbolEntryForCsectMemberLabel() 742 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForCsectMemberLabel() 756 const XCOFFSection &CSectionRef, int16_t SectionIndex, in writeSymbolEntryForControlSection() argument 758 writeSymbolEntry(CSectionRef.getSymbolTableName(), CSectionRef.Address, in writeSymbolEntryForControlSection() 761 writeSymbolAuxCsectEntry(CSectionRef.Size, getEncodedType(CSectionRef.MCSec), in writeSymbolEntryForControlSection() [all …]
|