Searched refs:CSectionRef (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 307 const XCOFFSection &CSectionRef, 310 void writeSymbolEntryForControlSection(const XCOFFSection &CSectionRef, 813 const Symbol &SymbolRef, const XCOFFSection &CSectionRef, in writeSymbolEntryForCsectMemberLabel() argument 815 assert(SymbolOffset <= MaxRawDataSize - CSectionRef.Address && in writeSymbolEntryForCsectMemberLabel() 821 CSectionRef.Address + SymbolOffset, SectionIndex, in writeSymbolEntryForCsectMemberLabel() 849 CSectionRef.Address + SymbolOffset, SectionIndex, in writeSymbolEntryForCsectMemberLabel() 853 writeSymbolAuxCsectEntry(CSectionRef.SymbolTableIndex, XCOFF::XTY_LD, in writeSymbolEntryForCsectMemberLabel() 854 CSectionRef.MCSec->getMappingClass()); in writeSymbolEntryForCsectMemberLabel() 868 const XCOFFSection &CSectionRef, int16_t SectionIndex, in writeSymbolEntryForControlSection() argument 870 writeSymbolEntry(CSectionRef.getSymbolTableName(), CSectionRef.Address, in writeSymbolEntryForControlSection() [all …]
|