Lines Matching refs:getContext
307 auto &C = getContext(); in emitModuleMetadata()
383 return getContext().getOrCreateSymbol(StringRef("DW.ref.") + in getCFIPersonalitySymbol()
395 cast<MCSymbolELF>(getContext().getOrCreateSymbol(NameData)); in emitPersonalityValue()
399 MCSection *Sec = getContext().getELFNamedSection(".data", Label->getName(), in emitPersonalityValue()
405 const MCExpr *E = MCConstantExpr::create(Size, getContext()); in emitPersonalityValue()
429 getTTypeReference(MCSymbolRefExpr::create(SSym, getContext()), in getTTypeGlobalReference()
804 GO->getContext().diagnose(LoweringDiagnosticInfo( in selectExplicitSectionGlobal()
819 return selectExplicitSectionGlobal(GO, Kind, TM, getContext(), getMangler(), in getExplicitSectionGlobal()
902 return selectELFSectionForGlobal(getContext(), GO, Kind, getMangler(), TM, in SelectSectionForGlobal()
915 &F, Kind, TM, getContext(), getMangler(), NextUniqueID, in getUniqueSectionForFunction()
919 getContext(), &F, Kind, getMangler(), TM, Used.count(&F), in getUniqueSectionForFunction()
932 return selectELFSectionForGlobal(getContext(), &F, SectionKind::getReadOnly(), in getSectionForJumpTable()
958 (getContext().getAsmInfo()->useIntegratedAssembler() && in getSectionForLSDA()
959 getContext().getAsmInfo()->binutilsIsAtLeast(2, 36))) { in getSectionForLSDA()
966 return getContext().getELFSection( in getSectionForLSDA()
1036 return getContext().getELFSection(Name, ELF::SHT_PROGBITS, Flags, in getSectionForMachineBasicBlock()
1081 return getStaticStructorSection(getContext(), UseInitArray, true, Priority, in getStaticCtorSection()
1087 return getStaticStructorSection(getContext(), UseInitArray, false, Priority, in getStaticDtorSection()
1107 getContext()), in lowerRelativeReference()
1108 MCSymbolRefExpr::create(TM.getSymbol(RHS), getContext()), getContext()); in lowerRelativeReference()
1119 return MCSymbolRefExpr::create(TM.getSymbol(GV), getContext()); in lowerDSOLocalEquivalent()
1122 getContext()); in lowerDSOLocalEquivalent()
1129 return getContext().getELFSection(".GCC.command.line", ELF::SHT_PROGBITS, in getSectionForCommandLines()
1136 MCContext &Ctx = getContext(); in InitializeELF()
1227 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata()
1230 Streamer.emitLabel(getContext(). in emitModuleMetadata()
1273 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal()
1400 getTTypeReference(MCSymbolRefExpr::create(SSym, getContext()), in getTTypeGlobalReference()
1470 MCContext &Ctx = getContext(); in getIndirectSymViaGOTPCRel()
1639 return getContext().getCOFFSection(Name, Characteristics, Kind, COMDATSymName, in getExplicitSectionGlobal()
1695 if (getContext().getTargetTriple().isWindowsGNUEnvironment()) in SelectSectionForGlobal()
1698 return getContext().getCOFFSection(Name, Characteristics, Kind, in SelectSectionForGlobal()
1703 return getContext().getCOFFSection(Name, Characteristics, Kind, TmpData, in SelectSectionForGlobal()
1760 return getContext().getCOFFSection( in getSectionForJumpTable()
1775 auto &C = getContext(); in emitModuleMetadata()
1812 emitLinkerFlagsForGlobalCOFF(OS, &GV, getContext().getTargetTriple(), in emitLinkerDirectives()
1837 emitLinkerFlagsForUsedCOFF(OS, GV, getContext().getTargetTriple(), in emitLinkerDirectives()
1918 getContext(), getContext().getTargetTriple(), true, Priority, KeySym, in getStaticCtorSection()
1925 getContext(), getContext().getTargetTriple(), false, Priority, KeySym, in getStaticDtorSection()
1957 getContext()); in lowerRelativeReference()
1996 getContext().getAsmInfo()->hasCOFFComdatConstants()) { in getSectionForConstant()
2029 return getContext().getCOFFSection(".rdata", Characteristics, Kind, in getSectionForConstant()
2093 MCSectionWasm *Section = getContext().getWasmSection( in getExplicitSectionGlobal()
2145 return selectWasmSectionForGlobal(getContext(), GO, Kind, getMangler(), TM, in SelectSectionForGlobal()
2172 getContext()), in lowerRelativeReference()
2173 MCSymbolRefExpr::create(TM.getSymbol(RHS), getContext()), getContext()); in lowerRelativeReference()
2178 getContext().getWasmSection(".init_array", SectionKind::getData()); in InitializeWasm()
2189 getContext().getWasmSection(".init_array." + utostr(Priority), in getStaticCtorSection()
2232 return MF->getMMI().getContext().getOrCreateSymbol( in getEHInfoTableSymbol()
2283 return getContext().getXCOFFSection( in getExplicitSectionGlobal()
2298 return getContext().getXCOFFSection( in getExplicitSectionGlobal()
2317 return getContext().getXCOFFSection( in getSectionForExternalReference()
2329 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2344 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2360 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2384 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2395 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2410 return getContext().getXCOFFSection( in SelectSectionForGlobal()
2430 return getContext().getXCOFFSection( in getSectionForJumpTable()
2536 return getContext() in getFunctionEntryPointSymbol()
2545 return getContext().getOrCreateSymbol(NameStr); in getFunctionEntryPointSymbol()
2552 return getContext().getXCOFFSection( in getSectionForFunctionDescriptor()
2561 return getContext().getXCOFFSection( in getSectionForTOCEntry()
2577 LSDA = getContext().getXCOFFSection(NameStr, LSDA->getKind(), in getSectionForLSDA()
2596 return getContext().getGOFFSection(Symbol->getName(), SectionKind::getBSS(), in SelectSectionForGlobal()
2599 return getContext().getObjectFileInfo()->getTextSection(); in SelectSectionForGlobal()