Searched defs:argInfo (Results 1 – 4 of 4) sorted by relevance
121 type argInfo struct { struct122 Addr uint64 // physical addr123 Idx uint64 // copyout instruction index124 Ret bool
40 unsigned int argInfo; member
321 Output<String[]> argInfo = new Output<>(); in loadValues() local
827 auto &argInfo = FI.arg_begin()[i]; in computeABIInfo() local