LLVM API Documentation
#include "X86.h"#include "X86TargetMachine.h"#include "llvm/Module.h"#include "llvm/Assembly/Writer.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/MachineConstantPool.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/ValueTypes.h"#include "llvm/Target/TargetMachine.h"#include "llvm/Support/Mangler.h"#include "llvm/ADT/Statistic.h"#include "llvm/Support/CommandLine.h"#include "X86GenIntelAsmWriter.inc"#include "X86GenATTAsmWriter.inc"Include dependency graph for X86AsmPrinter.cpp:

Go to the source code of this file.
Functions | |
| static bool | isScale (const MachineOperand &MO) |
| static bool | isMem (const MachineInstr *MI, unsigned Op) |
| static void | SwitchSection (std::ostream &OS, std::string &CurSection, const char *NewSection) |
| FunctionPass * | llvm::createX86CodePrinterPass (std::ostream &o, TargetMachine &tm) |
|
||||||||||||
|
|
Definition at line 53 of file X86AsmPrinter.cpp. References llvm::MachineOperand::getImmedValue(), and llvm::MachineOperand::isImmediate(). Referenced by isMem(). |
|
||||||||||||||||
|
Definition at line 71 of file X86AsmPrinter.cpp. |
|
|
Referenced by llvm::createX86CodePrinterPass(). |
|
|
|