Searched refs:heaptype (Results 1 – 2 of 2) sorted by relevance
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrRef.td | 15 defm REF_NULL_#rc : I<(outs rc:$res), (ins HeapType:$heaptype), 16 (outs), (ins HeapType:$heaptype), 18 "ref.null\t$res, $heaptype", 19 "ref.null\t$heaptype",
|
/netbsd/external/gpl3/binutils/dist/gprofng/src/ |
H A D | DbeView.cc | 2594 uint32_t heaptype = (uint32_t) packets->getIntValue (PROP_HTYPE, i); in dump_heap() local 2598 if (heaptype == MUNMAP_TRACE) in dump_heap() 2614 char *typestr = heapstrings[heaptype]; in dump_heap() 2617 (int) heaptype, typestr, (long long unsigned int) heapsize, in dump_heap()
|