Home
last modified time | relevance | path

Searched refs:eLanguageTypeCobol85 (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/source/Target/ !
H A DLanguage.cpp198 {"cobol85", eLanguageTypeCobol85},
384 case eLanguageTypeCobol85: in GetPrimaryLanguage()
/src/contrib/llvm-project/lldb/include/lldb/ !
H A Dlldb-enumerations.h467 eLanguageTypeCobol85 = 0x0006, ///< ISO Cobol:1985. enumerator
/src/contrib/llvm-project/lldb/docs/ !
H A Dpython_api_enums.rst703 .. py:data:: eLanguageTypeCobol85
/src/lib/clang/liblldb/ !
H A DLLDBWrapLua.cpp81313 {SWIG_LUA_CONSTTAB_INT("eLanguageTypeCobol85", (lldb::eLanguageTypeCobol85))},