#include <TCEMCAsmInfo.hh>
|
| TCEMCAsmInfo (const llvm::Triple &, const llvm::MCTargetOptions &) |
|
Definition at line 30 of file TCEMCAsmInfo.hh.
◆ 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
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: