LLVM  8.0.1
SparcTargetObjectFile.h
Go to the documentation of this file.
1 //===-- SparcTargetObjectFile.h - Sparc Object Info -------------*- 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 #ifndef LLVM_LIB_TARGET_SPARC_SPARCTARGETOBJECTFILE_H
11 #define LLVM_LIB_TARGET_SPARC_SPARCTARGETOBJECTFILE_H
12 
14 
15 namespace llvm {
16 
17 class MCContext;
18 class TargetMachine;
19 
21 public:
24  {}
25 
26  void Initialize(MCContext &Ctx, const TargetMachine &TM) override;
27 
29  unsigned Encoding,
30  const TargetMachine &TM,
31  MachineModuleInfo *MMI,
32  MCStreamer &Streamer) const override;
33 };
34 
35 } // end namespace llvm
36 
37 #endif
This class represents lattice values for constants.
Definition: AllocatorList.h:24
Base class for the full range of assembler expressions which are needed for parsing.
Definition: MCExpr.h:36
Context object for machine code objects.
Definition: MCContext.h:63
Streaming machine code generation interface.
Definition: MCStreamer.h:189
void Initialize(MCContext &Ctx, const TargetMachine &TM) override
This method must be called before any actual lowering is done.
const MCExpr * getTTypeGlobalReference(const GlobalValue *GV, unsigned Encoding, const TargetMachine &TM, MachineModuleInfo *MMI, MCStreamer &Streamer) const override
Return an MCExpr to use for a reference to the specified type info global variable from exception han...
Primary interface to the complete machine description for the target machine.
Definition: TargetMachine.h:59
This class contains meta information specific to a module.