Searched refs:CGObjCMac (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/lib/clang/libclangcodegen/
H A DMakefile31 CGObjCMac.cpp \
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp1 //===------- CGObjCMac.cpp - Interface to Apple Objective-C Runtime -------===//
1067 class CGObjCMac : public CGObjCCommonMac { class in namespace:__anon3221
1178 CGObjCMac(CodeGen::CodeGenModule &cgm);
1271 llvm_unreachable("CGObjCMac::GetClassGlobal");
1709 /* *** CGObjCMac Public Interface *** */
1711 CGObjCMac::CGObjCMac(CodeGen::CodeGenModule &cgm) : CGObjCCommonMac(cgm), function in class:CGObjCMac
1719 llvm::Value *CGObjCMac::GetClass(CodeGenFunction &CGF,
1725 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel,
1729 llvm::Value *CGObjCMac
[all...]

Completed in 107 milliseconds