HomeSort by relevance Sort by last modified time
    Searched defs:LanaiMCAsmInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCAsmInfo.cpp 1 //===-- LanaiMCAsmInfo.cpp - Lanai asm properties -----------------------===//
10 // This file contains the declarations of the LanaiMCAsmInfo properties.
14 #include "LanaiMCAsmInfo.h"
20 void LanaiMCAsmInfo::anchor() {}
22 LanaiMCAsmInfo::LanaiMCAsmInfo(const Triple &TheTriple) {
LanaiMCAsmInfo.h 1 //=====-- LanaiMCAsmInfo.h - Lanai asm properties -----------*- C++ -*--====//
10 // This file contains the declaration of the LanaiMCAsmInfo class.
22 class LanaiMCAsmInfo : public MCAsmInfoELF {
26 explicit LanaiMCAsmInfo(const Triple &TheTriple);

Completed in 153 milliseconds