Searched refs:dumpSymbolsPaths_ (Results 1 – 2 of 2) sorted by relevance
101 std::vector<std::string> dumpSymbolsPaths_; variable
75 if (!Option::GetOptionValue(args, "--sympath", dumpSymbolsPaths_)) { in ParseOption()167 if (!dumpSymbolsPaths_.empty()) { in OnSubCommand()169 if (!vr_.SetSymbolsPaths(dumpSymbolsPaths_)) { in OnSubCommand()170 printf("Failed to set symbol path(%s)\n", VectorToString(dumpSymbolsPaths_).c_str()); in OnSubCommand()