Searched refs:AMDGPUMCAsmInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.h1 //===-- MCTargetDesc/AMDGPUMCAsmInfo.h - AMDGPU MCAsm Interface -*- C++ -*-===//
26 class AMDGPUMCAsmInfo : public MCAsmInfoELF { class in namespace:llvm
28 explicit AMDGPUMCAsmInfo(const Triple &TT, const MCTargetOptions &Options);
H A DAMDGPUMCAsmInfo.cpp1 //===-- MCTargetDesc/AMDGPUMCAsmInfo.cpp - Assembly Info ------------------===//
10 #include "AMDGPUMCAsmInfo.h"
17 AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const Triple &TT, function in class:AMDGPUMCAsmInfo
51 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const {
58 unsigned AMDGPUMCAsmInfo::getMaxInstLength(const MCSubtargetInfo *STI) const {
H A DAMDGPUMCTargetDesc.cpp17 #include "AMDGPUMCAsmInfo.h"
148 RegisterMCAsmInfo<AMDGPUMCAsmInfo> X(*T);

Completed in 110 milliseconds