Home
last modified time | relevance | path

Searched refs:DW_LANG_hi_user (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.h204 DW_LANG_hi_user = 0xffff enumerator
258 case DW_LANG_hi_user: in isCPlusPlus()
323 case DW_LANG_hi_user: in isFortran()
389 case DW_LANG_hi_user: in isC()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarf2.h597 #define DW_LANG_hi_user 0xffff /* Implementation-defined range start. */ macro
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Ddwarf2.h741 #define DW_LANG_hi_user 0xffff /* Implementation-defined range start. */ macro
/openbsd/usr.bin/ctfconv/
H A Ddwarf.h870 #define DW_LANG_hi_user 0xffff macro
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Ddwarf2.h801 #define DW_LANG_hi_user 0xffff /* Implementation-defined range start. */ macro
/openbsd/gnu/gcc/gcc/
H A Ddwarf2.h804 #define DW_LANG_hi_user 0xffff /* Implementation-defined range start. */ macro
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp160 (Lang <= dwarf::DW_LANG_hi_user && Lang >= dwarf::DW_LANG_lo_user)) && in createCompileUnit()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp4214 DwarfLangField() : MDUnsignedField(0, dwarf::DW_LANG_hi_user) {} in DwarfLangField()