Searched refs:LanaiMCAsmInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCAsmInfo.cpp1 //===-- LanaiMCAsmInfo.cpp - Lanai asm properties -----------------------===//
9 // This file contains the declarations of the LanaiMCAsmInfo properties.
13 #include "LanaiMCAsmInfo.h"
19 void LanaiMCAsmInfo::anchor() {}
21 LanaiMCAsmInfo::LanaiMCAsmInfo(const Triple & /*TheTriple*/, function in class:LanaiMCAsmInfo
H A DLanaiMCAsmInfo.h1 //=====-- LanaiMCAsmInfo.h - Lanai asm properties -----------*- C++ -*--====//
9 // This file contains the declaration of the LanaiMCAsmInfo class.
21 class LanaiMCAsmInfo : public MCAsmInfoELF { class in namespace:llvm
25 explicit LanaiMCAsmInfo(const Triple &TheTriple,
H A DLanaiMCTargetDesc.cpp15 #include "LanaiMCAsmInfo.h"
128 RegisterMCAsmInfo<LanaiMCAsmInfo> X(getTheLanaiTarget());

Completed in 93 milliseconds