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;
189 MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI,
196 MachineModuleInfo::MachineModuleInfo()
198 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.
91 /// MachineModuleInfo is destroyed.
106 /// MachineModuleInfo - This class contains meta information specific to a
110 class MachineModuleInfo : public ImmutablePass {
204 MachineModuleInfo(); // DUMMY CONSTRUCTOR, DO NOT CALL.
206 MachineModuleInfo(const MCAsmInfo &MAI, const MCRegisterInfo &MRI,
208 ~MachineModuleInfo() override;
236 return const_cast<MachineModuleInfo*>(this)->getObjFileInfo<Ty>();
428 }; // End class MachineModuleInfo
    [all...]

Completed in 1905 milliseconds