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

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h66 /// MachineFunctionInfo - This class can be derived from and used by targets to
70 struct MachineFunctionInfo { struct in namespace:llvm
71 virtual ~MachineFunctionInfo();
86 MachineFunctionInfo *MFInfo;
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp46 MachineFunctionInfo::~MachineFunctionInfo() {}
84 MFInfo->~MachineFunctionInfo();

Completed in 216 milliseconds