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

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h67 /// MachineFunctionInfo - This class can be derived from and used by targets to
71 struct MachineFunctionInfo { struct in namespace:llvm
72 virtual ~MachineFunctionInfo();
87 MachineFunctionInfo *MFInfo;
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp48 MachineFunctionInfo::~MachineFunctionInfo() {}
101 MFInfo->~MachineFunctionInfo();

Completed in 347 milliseconds