OpenASIP
2.0
|
#include "tce_config.h"
#include "llvm/MC/TargetRegistry.h"
#include <llvm/Target/TargetMachine.h>
#include <llvm/CodeGen/TargetLowering.h>
#include <llvm/Target/TargetLoweringObjectFile.h>
#include <llvm/CodeGen/TargetLoweringObjectFileImpl.h>
#include "TCEStubSubTarget.hh"
Go to the source code of this file.
Classes | |
class | llvm::TCEBaseTargetMachine |
class | llvm::TCEStubTargetMachine |
Namespaces | |
TTAMachine | |
llvm | |
Macros | |
#define | PICCOPY PIC |
#define | PIC PICCOPY |
Functions | |
void | LLVMInitializeTCETargetInfo () |
void | LLVMInitializeTCEStubTarget () |
Variables | |
Target | llvm::TheTCETarget |
Target | llvm::TheTCELETarget |
Target | llvm::TheTCELE64Target |
Declaration of TCEStubTargetMachine class.
Definition in file TCEStubTargetMachine.hh.
#define PIC PICCOPY |
Definition at line 46 of file TCEStubTargetMachine.hh.
#define PICCOPY PIC |
Definition at line 42 of file TCEStubTargetMachine.hh.
void LLVMInitializeTCEStubTarget | ( | ) |
Definition at line 80 of file TCEStubTargetMachine.cc.
References llvm::TheTCELE64Target, llvm::TheTCELETarget, llvm::TheTCETarget, and X().
Referenced by TCEPluginInitializer::TCEPluginInitializer().
void LLVMInitializeTCETargetInfo | ( | ) |
Definition at line 67 of file TCEStubTargetMachine.cc.
References llvm::TheTCELE64Target, llvm::TheTCELETarget, llvm::TheTCETarget, and X().
Referenced by LLVMBackend::compile(), and TCEPluginInitializer::TCEPluginInitializer().