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"
28 INITIALIZE_PASS(MachineModuleInfo, "machinemoduleinfo",
30 char MachineModuleInfo::ID = 0;
253 MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI,
260 MachineModuleInfo::MachineModuleInfo()
262 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.
81 /// MachineModuleInfo is destroyed.
93 /// MachineModuleInfo - This class contains meta information specific to a
97 class MachineModuleInfo : public ImmutablePass {
179 MachineModuleInfo(); // DUMMY CONSTRUCTOR, DO NOT CALL.
181 MachineModuleInfo(const MCAsmInfo &MAI, const MCRegisterInfo &MRI,
183 ~MachineModuleInfo();
211 return const_cast<MachineModuleInfo*>(this)->getObjFileInfo<Ty>();
413 }; // End class MachineModuleInfo
    [all...]

Completed in 36 milliseconds