HomeSort by: relevance | last modified time | path
    Searched defs:ARMFunctionInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.cpp 14 void ARMFunctionInfo::anchor() {}
16 ARMFunctionInfo::ARMFunctionInfo(MachineFunction &MF)
ARMMachineFunctionInfo.h 25 /// ARMFunctionInfo - This class is derived from MachineFunctionInfo and
27 class ARMFunctionInfo : public MachineFunctionInfo {
140 ARMFunctionInfo() = default;
142 explicit ARMFunctionInfo(MachineFunction &MF);

Completed in 25 milliseconds