Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddebuginfo_encoder.cc107 if (file_name->ir_string != source_file_) { in Visit()
108 source_file_ = file_name->ir_string; in Visit()
129 SLICER_CHECK(source_file_ == nullptr); in Encode()
132 source_file_ = ir_method->decl->parent->class_def->source_file; in Encode()
/tools/dexter/slicer/export/slicer/
Ddebuginfo_encoder.h49 ir::String* source_file_ = nullptr; variable