Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dinstrumentation.cc99 auto signature_str = ir_method->decl->prototype->Signature(); in MethodLabel() local
100 return ir_method->decl->parent->Decl() + "->" + ir_method->decl->name->c_str() + signature_str; in MethodLabel()