LLVM
3.7.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
work
release_test
rc4
llvm.src
lib
Target
AMDGPU
MCTargetDesc
AMDGPUMCAsmInfo.h
Go to the documentation of this file.
1
//===-- MCTargetDesc/AMDGPUMCAsmInfo.h - AMDGPU MCAsm Interface -*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
//
10
/// \file
11
//
12
//===----------------------------------------------------------------------===//
13
14
#ifndef LLVM_LIB_TARGET_R600_MCTARGETDESC_AMDGPUMCASMINFO_H
15
#define LLVM_LIB_TARGET_R600_MCTARGETDESC_AMDGPUMCASMINFO_H
16
17
#include "
llvm/MC/MCAsmInfoELF.h
"
18
namespace
llvm {
19
20
class
Triple;
21
22
// If you need to create another MCAsmInfo class, which inherits from MCAsmInfo,
23
// you will need to make sure your new class sets PrivateGlobalPrefix to
24
// a prefix that won't appeary in a fuction name. The default value
25
// for PrivateGlobalPrefix is 'L', so it will consider any function starting
26
// with 'L' as a local symbol.
27
class
AMDGPUMCAsmInfo
:
public
MCAsmInfoELF
{
28
public
:
29
explicit
AMDGPUMCAsmInfo
(
const
Triple
&TT);
30
};
31
}
// namespace llvm
32
#endif
MCAsmInfoELF.h
llvm::MCAsmInfoELF
Definition:
MCAsmInfoELF.h:16
llvm::Triple
Triple - Helper class for working with autoconf configuration names.
Definition:
Triple.h:44
llvm::AMDGPUMCAsmInfo
Definition:
AMDGPUMCAsmInfo.h:27
llvm::AMDGPUMCAsmInfo::AMDGPUMCAsmInfo
AMDGPUMCAsmInfo(const Triple &TT)
Definition:
AMDGPUMCAsmInfo.cpp:14
Generated on Mon Aug 31 2015 10:58:45 for LLVM by
1.8.6