HomeSort by relevance Sort by last modified time
    Searched defs:MachineModuleInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 1 //===-- llvm/CodeGen/MachineModuleInfo.cpp ----------------------*- C++ -*-===//
10 #include "llvm/CodeGen/MachineModuleInfo.h"
29 INITIALIZE_PASS(MachineModuleInfo, "machinemoduleinfo",
31 char MachineModuleInfo::ID = 0;
254 MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI,
268 MachineModuleInfo::MachineModuleInfo()
271 llvm_unreachable("This MachineModuleInfo constructor should never be called,
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 1 //===-- llvm/CodeGen/MachineModuleInfo.h ------------------------*- C++ -*-===//
18 // The following information can be retrieved from the MachineModuleInfo.
82 /// MachineModuleInfo is destroyed.
94 /// MachineModuleInfo - This class contains meta information specific to a
98 class MachineModuleInfo : public ImmutablePass {
177 MachineModuleInfo(); // DUMMY CONSTRUCTOR, DO NOT CALL.
179 MachineModuleInfo(const MCAsmInfo &MAI, const MCRegisterInfo &MRI,
181 ~MachineModuleInfo();
208 return const_cast<MachineModuleInfo*>(this)->getObjFileInfo<Ty>();
401 }; // End class MachineModuleInfo
    [all...]

Completed in 29 milliseconds