reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/MC/MCParser/AsmParser.cpp
  213   MCContext &getContext() override { return Ctx; }
  216   CodeViewContext &getCVContext() { return Ctx.getCVContext(); }
 1102           MCSymbol *Sym = Ctx.createTempSymbol();
 1206             Ctx.getDirectionalLocalSymbol(IntVal, IDVal == "b");
 1228     MCSymbol *Sym = Ctx.createTempSymbol();
 1296     Res = getTargetParser().createTargetUnaryExpr(Res, FirstTokenKind, Ctx);
 1310   const MCExpr *NewE = getTargetParser().applyModifierToExpr(E, Variant, Ctx);
 1839       Sym = Ctx.createDirectionalLocalSymbol(LocalLabelVal);
 3434     if (Ctx.getGenDwarfForAssembly()) {
 3435       Ctx.getMCDwarfLineTable(0).resetFileTable();
 3436       Ctx.setGenDwarfForAssembly(false);
 3449       char *SourceBuf = static_cast<char *>(Ctx.allocate(SourceString.size()));
 3454       if (Ctx.getDwarfVersion() < 5)
 3465     if (!ReportedInconsistentMD5 && !Ctx.isDwarfMD5UsageConsistent(0)) {
 3502       check(FileNumber < 1 && Ctx.getDwarfVersion() < 5, Loc,
 3623   void *CKMem = Ctx.allocate(Checksum.size(), 1);
 5935       OS << Ctx.getAsmInfo()->getPrivateLabelPrefix() << AR.Label;