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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 66 /// MachineFunctionInfo - This class can be derived from and used by targets to
70 struct MachineFunctionInfo {
71 virtual ~MachineFunctionInfo();
86 MachineFunctionInfo *MFInfo;
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 46 MachineFunctionInfo::~MachineFunctionInfo() {}
84 MFInfo->~MachineFunctionInfo();

Completed in 22 milliseconds