Searched refs:CSectionRef (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 369 void writeSymbolEntryForControlSection(const XCOFFSection &CSectionRef, 890 const Symbol &SymbolRef, const XCOFFSection &CSectionRef, in writeSymbolEntryForCsectMemberLabel() argument 892 assert(SymbolOffset <= MaxRawDataSize - CSectionRef.Address && in writeSymbolEntryForCsectMemberLabel() 898 CSectionRef.Address + SymbolOffset, SectionIndex, in writeSymbolEntryForCsectMemberLabel() 926 CSectionRef.Address + SymbolOffset, SectionIndex, in writeSymbolEntryForCsectMemberLabel() 930 writeSymbolAuxCsectEntry(CSectionRef.SymbolTableIndex, XCOFF::XTY_LD, in writeSymbolEntryForCsectMemberLabel() 931 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForCsectMemberLabel() 945 const XCOFFSection &CSectionRef, int16_t SectionIndex, in writeSymbolEntryForControlSection() argument 947 writeSymbolEntry(CSectionRef.getSymbolTableName(), CSectionRef.Address, in writeSymbolEntryForControlSection() 950 writeSymbolAuxCsectEntry(CSectionRef.Size, getEncodedType(CSectionRef.MCSec), in writeSymbolEntryForControlSection() [all …]
|