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"
30 INITIALIZE_PASS(MachineModuleInfo, "machinemoduleinfo",
32 char MachineModuleInfo::ID = 0;
255 MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI,
262 MachineModuleInfo::MachineModuleInfo()
264 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.
86 /// MachineModuleInfo is destroyed.
101 /// MachineModuleInfo - This class contains meta information specific to a
105 class MachineModuleInfo : public ImmutablePass {
199 MachineModuleInfo(); // DUMMY CONSTRUCTOR, DO NOT CALL.
201 MachineModuleInfo(const MCAsmInfo &MAI, const MCRegisterInfo &MRI,
203 ~MachineModuleInfo() override;
237 return const_cast<MachineModuleInfo*>(this)->getObjFileInfo<Ty>();
448 }; // End class MachineModuleInfo
    [all...]

Completed in 54 milliseconds