Searched refs:method_id (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | jitprofiling.h | 137 unsigned int method_id; member 151 unsigned int method_id; member 177 unsigned int method_id; member
|
| H A D | jitprofiling.c | 173 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 D | IntelJITEventListener.cpp | 168 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 D | llvm-jitlistener.cpp | 52 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 D | http.h | 81 enum httpmethod method_id; member
|
| H A D | server_http.c | 1702 id = res->method_id; 1714 if (http_methods[i].method_id == id) { in server_httpmethod_byid()
|
| /openbsd-src/usr.sbin/relayd/ |
| H A D | http.h | 83 enum httpmethod method_id; member
|
| H A D | relay_http.c | 1472 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 D | gdbtypes.c | 1509 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 D | symtab.c | 318 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 D | objc-act.c | 8568 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 D | objc-act.c | 7152 tree method_decl, method_id; local 7176 method_id = get_identifier (buf); 7178 method_decl = build_nt (CALL_EXPR, method_id, parmlist, NULL_TREE);
|