comparison lib/MC/MCLinkerOptimizationHint.cpp @ 83:60c9769439b8 LLVM3.7

LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 18 Feb 2015 14:55:36 +0900
parents 54457678186b
children afa8332a0e37
comparison
equal deleted inserted replaced
78:af83660cff7b 83:60c9769439b8
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 9
10 #include "llvm/MC/MCLinkerOptimizationHint.h" 10 #include "llvm/MC/MCLinkerOptimizationHint.h"
11 #include "llvm/MC/MCAsmLayout.h" 11 #include "llvm/MC/MCAsmLayout.h"
12 #include "llvm/MC/MCStreamer.h"
12 #include "llvm/Support/LEB128.h" 13 #include "llvm/Support/LEB128.h"
13 #include "llvm/MC/MCStreamer.h"
14 14
15 using namespace llvm; 15 using namespace llvm;
16 16
17 // Each LOH is composed by, in this order (each field is encoded using ULEB128): 17 // Each LOH is composed by, in this order (each field is encoded using ULEB128):
18 // - Its kind. 18 // - Its kind.