OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getObjCEntrypoints
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
2074
llvm::Function *&fn = CGM.
getObjCEntrypoints
().clang_arc_use;
2086
llvm::Function *&fn = CGM.
getObjCEntrypoints
().clang_arc_noop_use;
2259
CGM.
getObjCEntrypoints
().objc_retain,
2273
CGM.
getObjCEntrypoints
().objc_retainBlock,
2284
CGM.
getObjCEntrypoints
().objc_retainBlock);
2297
= CGF.CGM.
getObjCEntrypoints
().retainAutoreleasedReturnValueMarker;
2363
ObjCEntrypoints &EPs = CGF.CGM.
getObjCEntrypoints
();
2401
llvm::Function *&fn = CGM.
getObjCEntrypoints
().objc_release;
2447
llvm::Function *&fn = CGM.
getObjCEntrypoints
().objc_storeStrong;
2503
CGM.
getObjCEntrypoints
().objc_autorelease
[
all
...]
CodeGenModule.h
627
ObjCEntrypoints &
getObjCEntrypoints
() const {
CGCall.cpp
3036
if (call->getCalledOperand() == CGF.CGM.
getObjCEntrypoints
().objc_retain) {
3039
CGF.CGM.
getObjCEntrypoints
().objc_retainAutoreleasedReturnValue) {
3047
if (CGF.CGM.
getObjCEntrypoints
().retainAutoreleasedReturnValueMarker) {
3056
CGF.CGM.
getObjCEntrypoints
().retainAutoreleasedReturnValueMarker);
3100
CGF.CGM.
getObjCEntrypoints
().objc_retain)
Completed in 46 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026