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 67 /// MachineFunctionInfo - This class can be derived from and used by targets to
71 struct MachineFunctionInfo {
72 virtual ~MachineFunctionInfo();
87 MachineFunctionInfo *MFInfo;
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 46 MachineFunctionInfo::~MachineFunctionInfo() {}
94 MFInfo->~MachineFunctionInfo();
    [all...]

Completed in 923 milliseconds