Searched refs:CommandLines (Results 1 – 2 of 2) sorted by relevance
32 std::vector<std::string> CommandLines; variable47 unsigned getNumExecutions() const { return CommandLines.size(); } in getNumExecutions()48 const std::string &getExecution(unsigned i) const { return CommandLines[i]; } in getExecution()
125 CommandLines.push_back(std::string(&Chars[0], &Chars[ArgLength])); in ProfileInfoLoader()