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

/freebsd-11.0-release/lib/clang/libclangcodegen/
H A DMakefile32 CGObjCMac.cpp \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp1 //===------- CGObjCMac.cpp - Interface to Apple Objective-C Runtime -------===//
1061 class CGObjCMac : public CGObjCCommonMac { class in namespace:__anon3801
1174 CGObjCMac(CodeGen::CodeGenModule &cgm);
1260 llvm_unreachable("CGObjCMac::GetClassGlobal");
1694 /* *** CGObjCMac Public Interface *** */
1696 CGObjCMac::CGObjCMac(CodeGen::CodeGenModule &cgm) : CGObjCCommonMac(cgm), function in class:CGObjCMac
1704 llvm::Value *CGObjCMac::GetClass(CodeGenFunction &CGF,
1710 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel) {
1713 Address CGObjCMac
[all...]

Completed in 177 milliseconds