Searched defs:MachineFunctionInfo (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h71 /// MachineFunctionInfo - This class can be derived from and used by targets to
75 struct MachineFunctionInfo { struct in namespace:llvm
76 virtual ~MachineFunctionInfo();
100 MachineFunctionInfo *MFInfo;
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp57 MachineFunctionInfo::~MachineFunctionInfo() {}
121 MFInfo->~MachineFunctionInfo();

Completed in 155 milliseconds