Home
last modified time | relevance | path

Searched refs:DW_LANG_ObjC (Results 1 – 23 of 23) sorted by relevance

/external/llvm/test/DebugInfo/X86/
Dobjc-fwd-decl.ll15 !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, producer: "clang version 3.1 (trunk 152054 tru…
21 …cture_type, name: "FooBarBaz", line: 1, flags: DIFlagFwdDecl, runtimeLang: DW_LANG_ObjC, file: !13)
Ddebug-info-block-captured-self.ll83 !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, producer: "clang version 3.3 ", isOptimized: f…
97 …n", line: 23, flags: DIFlagArtificial | DIFlagObjectPointer, runtimeLang: DW_LANG_ObjC, file: !107)
DDIModule.ll17 !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, file: !1, producer: "LLVM version 3.7.0", isOp…
Dobjc-property-void.ll75 !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, isOptimized: false, runtimeVersion: 2, emissio…
79 …Foo", line: 1, align: 8, flags: DIFlagObjcClassComplete, runtimeLang: DW_LANG_ObjC, file: !5, scop…
Ddebug-info-blocks.ll273 !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, producer: "clang version 3.3 ", isOptimized: f…
277 …33, size: 32, align: 32, flags: DIFlagObjcClassComplete, runtimeLang: DW_LANG_ObjC, file: !5, scop…
282 …AG_structure_type, name: "NSObject", line: 21, align: 8, runtimeLang: DW_LANG_ObjC, file: !5, scop…
367 …e_type, name: "NSMutableDictionary", line: 30, align: 8, runtimeLang: DW_LANG_ObjC, file: !5, scop…
370 …tructure_type, name: "NSDictionary", line: 26, align: 8, runtimeLang: DW_LANG_ObjC, file: !5, scop…
Dblock-capture.ll65 !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, producer: "clang version 3.6.0 (trunk 223471)"…
/external/llvm/test/CodeGen/ARM/
Ddebug-info-blocks.ll114 !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, producer: "Apple clang version 2.1", isOptimiz…
174 …_type, name: "UIMydata", line: 26, size: 128, align: 32, runtimeLang: DW_LANG_ObjC, file: !154, sc…
178 …ucture_type, name: "NSO", line: 66, size: 32, align: 32, runtimeLang: DW_LANG_ObjC, file: !155, sc…
205 …re_type, name: "MyWork", line: 36, size: 384, align: 32, runtimeLang: DW_LANG_ObjC, file: !152, sc…
208 …ture_type, name: "twork", line: 43, size: 32, align: 32, runtimeLang: DW_LANG_ObjC, file: !157, sc…
217 …type, name: "MyLibrary2", line: 22, size: 32, align: 32, runtimeLang: DW_LANG_ObjC, file: !158, sc…
/external/llvm/test/DebugInfo/Generic/
D2010-10-01-crash.ll18 !2 = distinct !DICompileUnit(language: DW_LANG_ObjC, producer: "clang version 2.9 (trunk 115292)", …
/external/clang/test/Modules/
DModuleDebugInfo.m25 // CHECK: distinct !DICompileUnit(language: DW_LANG_ObjC
/external/elfutils/libdw/
Ddwarf_aggregate_size.c110 case DW_LANG_ObjC: in array_size()
Ddwarf.h586 DW_LANG_ObjC = 0x0010, /* Objective-C */ enumerator
Dknown-dwarf.h327 DWARF_ONE_KNOWN_DW_LANG (ObjC, DW_LANG_ObjC) \
DChangeLog992 * dwarf.h: Correct spelling of DW_LANG_ObjC.
994 DW_LANG_ObjC.
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h516 DW_LANG_ObjC =0x0010, enumerator
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h163 DW_LANG_ObjC = 0x0010, enumerator
Dreaddwarf3.c3072 case DW_LANG_C_plus_plus: case DW_LANG_ObjC: in parse_type_DIE()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp101 case dwarf::DW_LANG_ObjC: in getDefaultLowerBound()
903 Language == dwarf::DW_LANG_ObjC)) in constructTypeDIE()
1207 Language == dwarf::DW_LANG_ObjC)) in applySubprogramAttributes()
/external/llvm/test/Transforms/ObjCARC/
Densure-that-exception-unwind-path-is-visited.ll116 !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, producer: "clang version 3.3 ", isOptimized: t…
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc793 case dwarf2reader::DW_LANG_ObjC: in SetLanguage()
/external/elfutils/config/
Delfutils.spec.in364 - libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was
/external/elfutils/
DNEWS181 libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was DW_LANG_Objc).
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp385 LangTag = llvm::dwarf::DW_LANG_ObjC; in CreateCompileUnit()
/external/elfutils/src/
DChangeLog1312 * readelf.c (dwarf_lang_string): Use DW_LANG_ObjC, not DW_LANG_Objc.