Home
last modified time | relevance | path

Searched refs:get_objc_string_decl (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-runtime-shared-support.h40 extern tree get_objc_string_decl (tree, string_section);
H A Dobjc-gnu-runtime-abi-01.c1883 class_name = get_objc_string_decl (OBJC_TYPE_NAME (klass), class_names); in generate_static_references()
2181 decl = get_objc_string_decl (ident, class_names); in objc_eh_runtime_type()
2186 decl = get_objc_string_decl (ident, class_names); in objc_eh_runtime_type()
H A Dobjc-next-runtime-abi-01.c2829 decl = get_objc_string_decl (ident, class_names); in objc_eh_runtime_type()
2834 decl = get_objc_string_decl (ident, class_names); in objc_eh_runtime_type()
H A Dobjc-act.c3223 get_objc_string_decl (tree ident, enum string_section section) in get_objc_string_decl() function