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

Completed in 428 milliseconds