OpenASIP 2.2
Loading...
Searching...
No Matches
TCETargetObjectFile.cc
Go to the documentation of this file.
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
9using namespace llvm;
10
11void TCETargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){
12 TargetLoweringObjectFileELF::Initialize(Ctx, TM);
13}
void Initialize(MCContext &Ctx, const TargetMachine &TM)