Home | History | Annotate | Download | only in MCDisassembler

Lines Matching defs:Arg

57 /// @arg arch - The Triple::ArchType for the desired architecture
73 /// @arg arch - The target architecture
74 /// @arg syntax - The assembly syntax in sd form
203 void *Arg;
206 void *arg) : Callback(callback), Arg(arg) { }
214 if (Callback(ptr, address, Arg))
224 void *arg) {
225 EDMemoryObject memoryObject(byteReader, arg);