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

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

Completed in 1657 milliseconds