Home
last modified time | relevance | path

Searched refs:getTheMSP430Target (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/MSP430/TargetInfo/
H A DMSP430TargetInfo.cpp13 Target &llvm::getTheMSP430Target() { in getTheMSP430Target() function in llvm
19 RegisterTarget<Triple::msp430> X(getTheMSP430Target(), "msp430", in LLVMInitializeMSP430TargetInfo()
H A DMSP430TargetInfo.h16 Target &getTheMSP430Target();
/src/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp84 Target &T = getTheMSP430Target(); in LLVMInitializeMSP430TargetMC()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp27 RegisterTargetMachine<MSP430TargetMachine> X(getTheMSP430Target()); in LLVMInitializeMSP430Target()
H A DMSP430AsmPrinter.cpp192 RegisterAsmPrinter<MSP430AsmPrinter> X(getTheMSP430Target()); in LLVMInitializeMSP430AsmPrinter()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp62 TargetRegistry::RegisterMCDisassembler(getTheMSP430Target(), in LLVMInitializeMSP430Disassembler()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp541 RegisterMCAsmParser<MSP430AsmParser> X(getTheMSP430Target()); in LLVMInitializeMSP430AsmParser()