Home
last modified time | relevance | path

Searched refs:DW_LANG_lo_user (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.h208 DW_LANG_lo_user = 0x8000, enumerator
262 case DW_LANG_lo_user: in isCPlusPlus()
328 case DW_LANG_lo_user: in isFortran()
395 case DW_LANG_lo_user: in isC()
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf.h612 #define DW_LANG_lo_user 0x8000 macro
H A Ddwarf_dump.c931 case DW_LANG_lo_user: in dwarf_get_LANG_name()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp144 (Lang <= dwarf::DW_LANG_hi_user && Lang >= dwarf::DW_LANG_lo_user)) && in createCompileUnit()
H A DVerifier.cpp337 dwarf::SourceLanguage CurrentSourceLang = dwarf::DW_LANG_lo_user;