HomeSort by relevance Sort by last modified time
    Searched refs:X86COFFMachineModuleInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86COFFMachineModuleInfo.cpp 1 //===-- X86COFFMachineModuleInfo.cpp - X86 COFF MMI Impl ------------------===//
14 #include "X86COFFMachineModuleInfo.h"
18 X86COFFMachineModuleInfo::~X86COFFMachineModuleInfo() {
X86COFFMachineModuleInfo.h 1 //===-- X86coffmachinemoduleinfo.h - X86 COFF MMI Impl ----------*- C++ -*-===//
25 /// X86COFFMachineModuleInfo - This is a MachineModuleInfoImpl implementation
27 class X86COFFMachineModuleInfo : public MachineModuleInfoImpl {
30 X86COFFMachineModuleInfo(const MachineModuleInfo &) {}
31 virtual ~X86COFFMachineModuleInfo();
Android.mk 15 X86COFFMachineModuleInfo.cpp \
X86AsmPrinter.cpp 18 #include "X86COFFMachineModuleInfo.h"
625 X86COFFMachineModuleInfo &COFFMMI =
626 MMI->getObjFileInfo<X86COFFMachineModuleInfo>();
629 typedef X86COFFMachineModuleInfo::externals_iterator externals_iterator;

Completed in 38 milliseconds