Searched refs:ARMCGBR (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ | ||
H A D | ARMInstrInfo.cpp | 136 /// ARMCGBR - Create Global Base Reg pass. This initializes the PIC 138 struct ARMCGBR : public MachineFunctionPass { struct in namespace:__anon10673 140 ARMCGBR() : MachineFunctionPass(ID) {} function in struct:__anon10673::ARMCGBR 203 char ARMCGBR::ID = 0; 205 llvm::createARMGlobalBaseRegPass() { return new ARMCGBR(); } |
Completed in 73 milliseconds