/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 222 case DW_LANG_C: in isCPlusPlus() 288 case DW_LANG_C: in isFortran() 348 case DW_LANG_C: in isC()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | dwarf2.h | 577 DW_LANG_C = 0x0002, enumerator
|
H A D | dwarf2out.c | 4969 return (lang == DW_LANG_C || lang == DW_LANG_C89 in is_c_family()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | dwarf2.h | 720 DW_LANG_C = 0x0002, enumerator
|
/openbsd/usr.bin/ctfconv/ |
H A D | dwarf.h | 851 #define DW_LANG_C 0x0002 macro
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | dwarf2.h | 775 DW_LANG_C = 0x0002, enumerator
|
/openbsd/gnu/gcc/gcc/ |
H A D | dwarf2.h | 778 DW_LANG_C = 0x0002, enumerator
|
H A D | dwarf2out.c | 5409 return (lang == DW_LANG_C || lang == DW_LANG_C89 || lang == DW_LANG_ObjC in is_c_family()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 153 Language == dwarf::DW_LANG_C)) in getQualifiedNameIndex()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | Debugify.cpp | 109 auto CU = DIB.createCompileUnit(dwarf::DW_LANG_C, File, "debugify", in applyDebugifyMetadata()
|
/openbsd/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 1449 dwarf::DW_LANG_C, DBuilder->createFile("fib.ks", "."), in main()
|
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl09.rst | 211 dwarf::DW_LANG_C, DBuilder->createFile("fib.ks", "."),
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | HowToUpdateDebugInfo.rst | 286 …!0 = distinct !DICompileUnit(language: DW_LANG_C, file: !1, producer: "debugify", isOptimized: tru…
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 107 case dwarf::DW_LANG_C: in getDefaultLowerBound()
|
H A D | CodeViewDebug.cpp | 568 case dwarf::DW_LANG_C: in MapDWLangToCVLang()
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | dwarf.c | 1216 case DW_LANG_C: printf ("(non-ANSI C)"); break; in read_and_display_attr_value()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dwarf2read.c | 6077 case DW_LANG_C: in set_cu_language()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 8056 case DW_LANG_C: printf ("(non-ANSI C)"); break; in read_and_display_attr_value()
|