Home
last modified time | relevance | path

Searched refs:method_id (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h137 unsigned int method_id; member
151 unsigned int method_id; member
177 unsigned int method_id; member
H A Djitprofiling.c173 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
211 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
232 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
H A DIntelJITEventListener.cpp168 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
325 MethodIDs[(void *)Addr] = FunctionMessage.method_id; in notifyObjectLoaded()
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp52 ReportedDebugFuncs[msg->method_id]; in NotifyEvent()
54 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name in NotifyEvent()
65 ReportedDebugFuncs[msg->method_id].push_back(loc); in NotifyEvent()
/openbsd-src/usr.sbin/httpd/
H A Dhttp.h81 enum httpmethod method_id; member
H A Dserver_http.c1702 id = res->method_id;
1714 if (http_methods[i].method_id == id) { in server_httpmethod_byid()
/openbsd-src/usr.sbin/relayd/
H A Dhttp.h83 enum httpmethod method_id; member
H A Drelay_http.c1472 id = res->method_id; in relay_httpmethod_byname()
1484 if (http_methods[i].method_id == id) {
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.c1509 check_stub_method (struct type *type, int method_id, int signature_id) in check_stub_method() argument
1512 char *mangled_name = gdb_mangle_name (type, method_id, signature_id); in check_stub_method()
1561 f = TYPE_FN_FIELDLIST1 (type, method_id); in check_stub_method()
1625 check_stub_method_group (struct type *type, int method_id) in check_stub_method_group() argument
1627 int len = TYPE_FN_FIELDLIST_LENGTH (type, method_id); in check_stub_method_group()
1628 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id); in check_stub_method_group()
1635 check_stub_method (type, method_id, j); in check_stub_method_group()
1650 ret = cplus_demangle_opname (TYPE_FN_FIELDLIST_NAME (type, method_id), in check_stub_method_group()
1653 ret = cplus_demangle_opname (TYPE_FN_FIELDLIST_NAME (type, method_id), in check_stub_method_group()
1656 TYPE_FN_FIELDLIST_NAME (type, method_id) = xstrdup (dem_opname); in check_stub_method_group()
H A Dsymtab.c318 gdb_mangle_name (struct type *type, int method_id, int signature_id) in gdb_mangle_name() argument
322 struct fn_field *f = TYPE_FN_FIELDLIST1 (type, method_id); in gdb_mangle_name()
324 char *field_name = TYPE_FN_FIELDLIST_NAME (type, method_id); in gdb_mangle_name()
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c8568 tree method_id; in really_start_method() local
8590 method_id = get_identifier (buf); in really_start_method()
8601 objc_start_function (method_id, meth_type, NULL_TREE, parmlist); in really_start_method()
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c7152 tree method_decl, method_id; local
7176 method_id = get_identifier (buf);
7178 method_decl = build_nt (CALL_EXPR, method_id, parmlist, NULL_TREE);