Home
last modified time | relevance | path

Searched refs:PPCMCAsmInfoDarwin (Results 1 – 6 of 6) 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.cpp76 MAI = new PPCMCAsmInfoDarwin(isPPC64, TheTriple); in createPPCMCAsmInfo()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCMCAsmInfo.h21 struct PPCMCAsmInfoDarwin : public MCAsmInfoDarwin { struct
22 explicit PPCMCAsmInfoDarwin(bool is64Bit);
DPPCMCAsmInfo.cpp17 PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) { in PPCMCAsmInfoDarwin() function in PPCMCAsmInfoDarwin
DPPCMCTargetDesc.cpp66 MAI = new PPCMCAsmInfoDarwin(isPPC64); in createPPCMCAsmInfo()