Home
last modified time | relevance | path

Searched refs:PPCMCAsmInfoDarwin (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.cpp19 void PPCMCAsmInfoDarwin::anchor() { } in anchor()
21 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit, const Triple& T) { in PPCMCAsmInfoDarwin() function in PPCMCAsmInfoDarwin
DPPCMCAsmInfo.h23 class PPCMCAsmInfoDarwin : public MCAsmInfoDarwin {
27 explicit PPCMCAsmInfoDarwin(bool is64Bit, const Triple&);
DPPCMCTargetDesc.cpp80 MAI = new PPCMCAsmInfoDarwin(isPPC64, TheTriple); in createPPCMCAsmInfo()