LLVM  8.0.1
Functions
PPCMCInstLower.cpp File Reference
#include "MCTargetDesc/PPCMCExpr.h"
#include "PPC.h"
#include "PPCSubtarget.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/Twine.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineModuleInfoImpls.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/IR/DataLayout.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/IR/Mangler.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
Include dependency graph for PPCMCInstLower.cpp:

Go to the source code of this file.

Functions

static MachineModuleInfoMachOgetMachOMMI (AsmPrinter &AP)
 
static MCSymbolGetSymbolFromOperand (const MachineOperand &MO, AsmPrinter &AP)
 
static MCOperand GetSymbolRef (const MachineOperand &MO, const MCSymbol *Symbol, AsmPrinter &Printer, bool isDarwin)
 

Function Documentation

◆ getMachOMMI()

static MachineModuleInfoMachO& getMachOMMI ( AsmPrinter AP)
static

◆ GetSymbolFromOperand()

static MCSymbol* GetSymbolFromOperand ( const MachineOperand MO,
AsmPrinter AP 
)
static

◆ GetSymbolRef()

static MCOperand GetSymbolRef ( const MachineOperand MO,
const MCSymbol Symbol,
AsmPrinter Printer,
bool  isDarwin 
)
static