Searched refs:callStackType_ (Results 1 – 2 of 2) sorted by relevance
139 printf(" callStack:\t%s\n", VectorToString(callStackType_).c_str()); in DumpOptions()228 if (!Option::GetOptionValue(args, "-s", callStackType_)) { in GetOptions()244 if (!callStackType_.empty()) { in GetOptions()247 VectorToString(callStackType_).c_str(), VectorToString(callStackType).c_str()); in GetOptions()251 callStackType_ = callStackType; in GetOptions()384 if (!ParseCallStackOption(callStackType_)) { in CheckOptions()
211 std::vector<std::string> callStackType_ = {}; variable