Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/windows/
DComInterface.py113 def __init__(self, class_string): argument
115 super(DTE, self).__init__(com.DispatchEx(class_string))
119 '{} [{}]'.format(msg, class_string), orig_exception=exc)
/external/elfutils/libcpu/
Dbpf_disasm.c43 static const char class_string[8][8] = { variable
492 class_string[class]); in bpf_disasm()