HomeSort by relevance Sort by last modified time
    Searched refs:RISCVMCAsmInfo (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVMCAsmInfo.cpp 1 //===-- RISCVMCAsmInfo.cpp - RISCV Asm properties -------------------------===//
10 // This file contains the declarations of the RISCVMCAsmInfo properties.
14 #include "RISCVMCAsmInfo.h"
18 void RISCVMCAsmInfo::anchor() {}
20 RISCVMCAsmInfo::RISCVMCAsmInfo(const Triple &TT) {
RISCVMCAsmInfo.h 1 //===-- RISCVMCAsmInfo.h - RISCV Asm Info ----------------------*- C++ -*--===//
10 // This file contains the declaration of the RISCVMCAsmInfo class.
22 class RISCVMCAsmInfo : public MCAsmInfoELF {
26 explicit RISCVMCAsmInfo(const Triple &TargetTriple);
RISCVMCTargetDesc.cpp 17 #include "RISCVMCAsmInfo.h"
53 return new RISCVMCAsmInfo(TT);

Completed in 999 milliseconds