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

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp1 //===-- ARMSubtarget.cpp - ARM Subtarget Information ----------------------===//
14 #include "ARMSubtarget.h"
20 #include "ARMSubtarget.h"
86 static std::string computeDataLayout(ARMSubtarget &ST) {
144 ARMSubtarget &ARMSubtarget::initializeSubtargetDependencies(StringRef CPU,
151 ARMSubtarget::ARMSubtarget(const std::string &TT, const std::string &CPU, function in class:ARMSubtarget
169 void ARMSubtarget::initializeEnvironment() {
220 void ARMSubtarget
[all...]
H A DARMSubtarget.h1 //===-- ARMSubtarget.h - Define Subtarget for the ARM ----------*- C++ -*--===//
23 #include "ARMSubtarget.h"
43 class ARMSubtarget : public ARMGenSubtargetInfo { class in namespace:llvm
246 ARMSubtarget(const std::string &TT, const std::string &CPU,
264 ARMSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);

Completed in 694 milliseconds