OpenASIP  2.0
Public Member Functions | List of all members
llvm::TCEMCAsmInfo Class Reference

#include <TCEMCAsmInfo.hh>

Inheritance diagram for llvm::TCEMCAsmInfo:
Inheritance graph
Collaboration diagram for llvm::TCEMCAsmInfo:
Collaboration graph

Public Member Functions

 TCEMCAsmInfo (const llvm::Triple &, const llvm::MCTargetOptions &)
 

Detailed Description

Definition at line 30 of file TCEMCAsmInfo.hh.

Constructor & Destructor Documentation

◆ TCEMCAsmInfo()

TCEMCAsmInfo::TCEMCAsmInfo ( const llvm::Triple &  ,
const llvm::MCTargetOptions &   
)
explicit

Definition at line 20 of file TCEMCAsmInfo.cc.

20  {
21  AlignmentIsInBytes = true;
22  COMMDirectiveAlignmentIsInBytes = true;
23 
24  //COMMDirectiveTakesAlignment = true;
25  Data8bitsDirective = "DA 1\t";
26  Data16bitsDirective = NULL;
27  Data32bitsDirective = NULL;
28  Data64bitsDirective = NULL;
29  CommentString = ";";
30 }

The documentation for this class was generated from the following files: