Searched refs:callStackType_ (Results 1 – 2 of 2) sorted by relevance
151 printf(" callStack:\t%s\n", VectorToString(callStackType_).c_str()); in DumpOptions()239 if (!Option::GetOptionValue(args, "-s", callStackType_)) { in GetOptions()261 if (!callStackType_.empty()) { in GetOptions()264 VectorToString(callStackType_).c_str(), VectorToString(callStackType).c_str()); in GetOptions()268 callStackType_ = callStackType; in GetOptions()426 if (!ParseCallStackOption(callStackType_)) { in CheckOptions()
234 std::vector<std::string> callStackType_ = {}; variable