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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCAsmInfo.h 10 // This file contains the declaration of the HexagonMCAsmInfo class.
21 class HexagonMCAsmInfo : public MCAsmInfoELF {
24 explicit HexagonMCAsmInfo(StringRef TT);
HexagonMCAsmInfo.cpp 1 //===-- HexagonMCAsmInfo.cpp - Hexagon asm properties ---------------------===//
10 // This file contains the declarations of the HexagonMCAsmInfo properties.
14 #include "HexagonMCAsmInfo.h"
19 void HexagonMCAsmInfo::anchor() {}
21 HexagonMCAsmInfo::HexagonMCAsmInfo(StringRef TT) {
HexagonMCTargetDesc.cpp 15 #include "HexagonMCAsmInfo.h"
59 MCAsmInfo *MAI = new HexagonMCAsmInfo(TT);

Completed in 303 milliseconds