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

References

lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
   75   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection());
   75   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection());
   76   EmitCamlGlobal(M, AP, "code_begin");
   78   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection());
   78   AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection());
   79   EmitCamlGlobal(M, AP, "data_begin");