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 69 /// MachineFunctionInfo - This class can be derived from and used by targets to
73 struct MachineFunctionInfo {
74 virtual ~MachineFunctionInfo();
98 MachineFunctionInfo *MFInfo;
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 49 MachineFunctionInfo::~MachineFunctionInfo() {}
101 MFInfo->~MachineFunctionInfo();
    [all...]

Completed in 307 milliseconds