Lines Matching refs:XCOFF
2152 XCOFF::StorageMappingClass MappingClass; in getExplicitSectionGlobal()
2154 MappingClass = XCOFF::XMC_PR; in getExplicitSectionGlobal()
2156 MappingClass = XCOFF::XMC_RW; in getExplicitSectionGlobal()
2158 MappingClass = XCOFF::XMC_RO; in getExplicitSectionGlobal()
2162 return getContext().getXCOFFSection(SectionName, MappingClass, XCOFF::XTY_SD, in getExplicitSectionGlobal()
2176 Name, isa<Function>(GO) ? XCOFF::XMC_DS : XCOFF::XMC_UA, XCOFF::XTY_ER, in getSectionForExternalReference()
2188 Name, Kind.isBSSLocal() ? XCOFF::XMC_BS : XCOFF::XMC_RW, XCOFF::XTY_CM, in SelectSectionForGlobal()
2205 Name, XCOFF::XMC_RO, XCOFF::XTY_SD, Kind, in SelectSectionForGlobal()
2228 return getContext().getXCOFFSection(Name, XCOFF::XMC_RW, XCOFF::XTY_SD, in SelectSectionForGlobal()
2238 return getContext().getXCOFFSection(Name, XCOFF::XMC_RO, XCOFF::XTY_SD, in SelectSectionForGlobal()
2258 return getContext().getXCOFFSection(NameStr, XCOFF::XMC_RO, XCOFF::XTY_SD, in getSectionForJumpTable()
2304 XCOFF::StorageClass
2311 return XCOFF::C_HIDEXT; in getStorageClassForGlobal()
2315 return XCOFF::C_EXT; in getStorageClassForGlobal()
2321 return XCOFF::C_WEAKEXT; in getStorageClassForGlobal()
2350 .getXCOFFSection(NameStr, XCOFF::XMC_PR, in getFunctionEntryPointSymbol()
2351 Func->isDeclaration() ? XCOFF::XTY_ER : XCOFF::XTY_SD, in getFunctionEntryPointSymbol()
2363 return getContext().getXCOFFSection(NameStr, XCOFF::XMC_DS, XCOFF::XTY_SD, in getSectionForFunctionDescriptor()
2373 TM.getCodeModel() == CodeModel::Large ? XCOFF::XMC_TE : XCOFF::XMC_TC, in getSectionForTOCEntry()
2374 XCOFF::XTY_SD, SectionKind::getData()); in getSectionForTOCEntry()