HomeSort by relevance Sort by last modified time
    Searched defs:ARMFunctionInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.cpp 14 void ARMFunctionInfo::anchor() { }
16 ARMFunctionInfo::ARMFunctionInfo(MachineFunction &MF)
ARMMachineFunctionInfo.h 26 /// ARMFunctionInfo - This class is derived from MachineFunctionInfo and
28 class ARMFunctionInfo : public MachineFunctionInfo {
122 ARMFunctionInfo() :
133 explicit ARMFunctionInfo(MachineFunction &MF);

Completed in 1124 milliseconds