Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSourceLanguage.h28 static constexpr unsigned TagCodeView = 0x01; member
38 #define CV_LANGUAGE(NAME, ID) CV_LANG_##NAME = (TagCodeView << 16) | ID,
46 : LVSourceLanguage(TagCodeView, SL) {} in LVSourceLanguage()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSourceLanguage.cpp26 case LVSourceLanguage::TagCodeView: { in getName()