Home
last modified time | relevance | path

Searched refs:MCCsect (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp77 const MCSectionXCOFF *const MCCsect; member
84 StringRef getSymbolTableName() const { return MCCsect->getSymbolTableName(); } in getSymbolTableName()
86 : MCCsect(MCSec), SymbolTableIndex(-1), Address(-1), Size(0) {} in ControlSection()
538 Asm.writeSectionData(W.OS, Csect.MCCsect, Layout); in writeSections()
626 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForCsectMemberLabel()
662 W.write<uint8_t>(getEncodedType(CSectionRef.MCCsect)); in writeSymbolTableEntryForControlSection()
664 W.write<uint8_t>(CSectionRef.MCCsect->getMappingClass()); in writeSymbolTableEntryForControlSection()
773 Csect, XCOFF::ReservedSectionNum::N_UNDEF, Csect.MCCsect->getStorageClass()); in writeSymbolTable()
789 Csect, SectionIndex, Csect.MCCsect->getStorageClass()); in writeSymbolTable()
851 SymbolIndexMap[Csect.MCCsect->getQualNameSymbol()] = Csect.SymbolTableIndex; in assignAddressesAndIndices()
[all …]