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

References

lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
  102   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection());
  102   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection());
  103   EmitCamlGlobal(M, AP, "code_end");
  105   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection());
  105   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection());
  106   EmitCamlGlobal(M, AP, "data_end");
  109   AP.OutStreamer->EmitIntValue(0, IntPtrSize);
  111   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection());
  111   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection());
  112   EmitCamlGlobal(M, AP, "frametable");
  131   AP.emitInt16(NumDescriptors);
  132   AP.EmitAlignment(IntPtrSize == 4 ? Align(4) : Align(8));
  153     AP.OutStreamer->AddComment("live roots for " +
  155     AP.OutStreamer->AddBlankLine();
  167       AP.OutStreamer->EmitSymbolValue(J->Label, IntPtrSize);
  168       AP.emitInt16(FrameSize);
  169       AP.emitInt16(LiveCount);
  180         AP.emitInt16(K->StackOffset);
  183       AP.EmitAlignment(IntPtrSize == 4 ? Align(4) : Align(8));