Home
last modified time | relevance | path

Searched refs:TagDwarf (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSourceLanguage.h27 static constexpr unsigned TagDwarf = 0x00; member
35 DW_LANG_##NAME = (TagDwarf << 16) | ID,
44 : LVSourceLanguage(TagDwarf, SL) {} in LVSourceLanguage()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSourceLanguage.cpp24 case LVSourceLanguage::TagDwarf: in getName()