Home
last modified time | relevance | path

Searched refs:AVRMCAsmInfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCAsmInfo.cpp19 AVRMCAsmInfo::AVRMCAsmInfo(const Triple &TT, const MCTargetOptions &Options) { in AVRMCAsmInfo() function in llvm::AVRMCAsmInfo
H A DAVRMCAsmInfo.h23 class AVRMCAsmInfo : public MCAsmInfo {
25 explicit AVRMCAsmInfo(const Triple &TT, const MCTargetOptions &Options);
H A DAVRMCTargetDesc.cpp93 RegisterMCAsmInfo<AVRMCAsmInfo> X(getTheAVRTarget()); in LLVMInitializeAVRTargetMC()