Home | History | Annotate | Download | only in MCParser

Lines Matching full:getcontext

167       MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
192 getStreamer().SwitchSection(getContext().getELFSection(Section, Type, Flags),
202 MCSymbolELF *Sym = cast<MCSymbolELF>(getContext().getOrCreateSymbol(Name));
395 if (!getContext().getAsmInfo()->usesSunStyleELFSectionSwitchSyntax()
520 MCSection *ELFSection = getContext().getELFSection(SectionName, Type, Flags,
524 if (getContext().getGenDwarfForAssembly()) {
525 bool InsertResult = getContext().addGenDwarfSection(ELFSection);
527 if (getContext().getDwarfVersion() <= 2)
531 MCSymbol *SectionStartSymbol = getContext().createTempSymbol();
575 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
660 MCSymbol *Alias = getContext().getOrCreateSymbol(AliasName);
661 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);
662 const MCExpr *Value = MCSymbolRefExpr::create(Sym, getContext());
678 MCSection *Note = getContext().getELFSection(".note", ELF::SHT_NOTE, 0);
710 MCSymbol *Alias = getContext().getOrCreateSymbol(AliasName);
712 MCSymbol *Sym = getContext().getOrCreateSymbol(Name);