[x32] Emit callq for CALLpcrel32
[oota-llvm.git] / lib / MC / MCLinkerOptimizationHint.cpp
index dceda68433eb34a7ea244d170fcec15513c5fbeb..3f8d6203f012ae4dd916cda5a2694b79bf2b88bd 100644 (file)
 
 using namespace llvm;
 
+// Each LOH is composed by, in this order (each field is encoded using ULEB128):
+// - Its kind.
+// - Its number of arguments (let say N).
+// - Its arg1.
+// - ...
+// - Its argN.
+// <arg1> to <argN> are absolute addresses in the object file, i.e.,
+// relative addresses from the beginning of the object file.
 void MCLOHDirective::Emit_impl(raw_ostream &OutStream,
                                const MachObjectWriter &ObjWriter,
                                const MCAsmLayout &Layout) const {