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

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h69 /// MachineFunctionInfo - This class can be derived from and used by targets to
73 struct MachineFunctionInfo { struct in namespace:llvm
74 virtual ~MachineFunctionInfo();
98 MachineFunctionInfo *MFInfo;
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp49 MachineFunctionInfo::~MachineFunctionInfo() {}
101 MFInfo->~MachineFunctionInfo();

Completed in 110 milliseconds