Searched refs:PPCMCAsmInfoDarwin (Results 1 – 3 of 3) sorted by relevance
19 void PPCMCAsmInfoDarwin::anchor() { } in anchor()21 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) { in PPCMCAsmInfoDarwin() function in PPCMCAsmInfoDarwin
23 class PPCMCAsmInfoDarwin : public MCAsmInfoDarwin {27 explicit PPCMCAsmInfoDarwin(bool is64Bit, const Triple&);
80 MAI = new PPCMCAsmInfoDarwin(isPPC64, TheTriple); in createPPCMCAsmInfo()