OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARCRuntimeEntryPointKind
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h
30
enum class
ARCRuntimeEntryPointKind
{
70
Constant *get(
ARCRuntimeEntryPointKind
kind) {
74
case
ARCRuntimeEntryPointKind
::AutoreleaseRV:
77
case
ARCRuntimeEntryPointKind
::Release:
79
case
ARCRuntimeEntryPointKind
::Retain:
81
case
ARCRuntimeEntryPointKind
::RetainBlock:
83
case
ARCRuntimeEntryPointKind
::Autorelease:
85
case
ARCRuntimeEntryPointKind
::StoreStrong:
87
case
ARCRuntimeEntryPointKind
::RetainRV:
90
case
ARCRuntimeEntryPointKind
::RetainAutorelease
[
all
...]
ObjCARCContract.cpp
138
Constant *Decl = EP.get(
ARCRuntimeEntryPointKind
::RetainRV);
185
?
ARCRuntimeEntryPointKind
::RetainAutoreleaseRV
186
:
ARCRuntimeEntryPointKind
::RetainAutorelease);
384
Constant *Decl = EP.get(
ARCRuntimeEntryPointKind
::StoreStrong);
ObjCARCOpts.cpp
632
Constant *NewDecl = EP.get(
ARCRuntimeEntryPointKind
::Retain);
668
Constant *NewDecl = EP.get(
ARCRuntimeEntryPointKind
::Autorelease);
774
Constant *Decl = EP.get(
ARCRuntimeEntryPointKind
::Release);
[
all
...]
Completed in 1041 milliseconds