Searched defs:MachineModuleInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp1 //===-- 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, function in class:MachineModuleInfo
268 MachineModuleInfo::MachineModuleInfo() function in class:MachineModuleInfo
271 llvm_unreachable("This MachineModuleInfo constructor should never be called, "
276 MachineModuleInfo
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h1 //===-- 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 { class in namespace:llvm
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 174 milliseconds