Searched refs:symfile_prefix (Results 1 – 2 of 2) sorted by relevance
109 JITDebugReader(const std::string& symfile_prefix, SymFileOption symfile_option,
253 JITDebugReader::JITDebugReader(const std::string& symfile_prefix, SymFileOption symfile_option, in JITDebugReader() argument255 : symfile_prefix_(symfile_prefix), symfile_option_(symfile_option), sync_option_(sync_option) {} in JITDebugReader()