OpenASIP  2.0
TCETargetObjectFile.cc
Go to the documentation of this file.
1 #include "TCETargetObjectFile.hh"
2 #include "tce_config.h"
3 #include "llvm/IR/DerivedTypes.h"
4 #include "llvm/IR/GlobalVariable.h"
5 #include "llvm/MC/MCSectionELF.h"
6 #include "llvm/Target/TargetMachine.h"
7 #include "llvm/Support/CommandLine.h"
8 
9 using namespace llvm;
10 
11 void TCETargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){
12  TargetLoweringObjectFileELF::Initialize(Ctx, TM);
13 }
llvm
Definition: InlineAsmParser.hh:49
TCETargetObjectFile.hh
llvm::TCETargetObjectFile::Initialize
void Initialize(MCContext &Ctx, const TargetMachine &TM)
Definition: TCETargetObjectFile.cc:11