Home | History | Annotate | Download | only in CodeGen

Lines Matching full:getcontext

57     return getContext().GetOrCreateSymbol(StringRef("DW.ref.") +
68 MCSymbol *Label = getContext().GetOrCreateSymbol(NameData);
74 const MCSection *Sec = getContext().getELFSection(NameData,
83 const MCExpr *E = MCConstantExpr::Create(Size, getContext());
104 MCSymbol *SSym = getContext().GetOrCreateSymbol(Name.str());
112 getTTypeReference(MCSymbolRefExpr::Create(SSym, getContext()),
211 return getContext().getELFSection(SectionName,
264 return getContext().getELFSection(Name.str(),
291 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
355 return getContext().getELFSection(Name, ELF::SHT_INIT_ARRAY,
360 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
375 return getContext().getELFSection(Name, ELF::SHT_FINI_ARRAY,
380 return getContext().getELFSection(Name, ELF::SHT_PROGBITS,
393 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
398 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
474 getContext().getMachOSection(Segment, Section, TAA, StubSize,
477 Streamer.EmitLabel(getContext().
503 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind);
641 MCSymbol *SSym = getContext().GetOrCreateSymbol(Name.str());
651 getTTypeReference(MCSymbolRefExpr::Create(SSym, getContext()),
672 MCSymbol *SSym = getContext().GetOrCreateSymbol(Name.str());
734 return getContext().getCOFFSection(Name,
772 return getContext().getCOFFSection(Name.str(), Characteristics,