Searched defs:CommandLines (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DProfileInfoLoader.h32 std::vector<std::string> CommandLines; member in class:llvm::ProfileInfoLoader
47 unsigned getNumExecutions() const { return CommandLines.size(); }
48 const std::string &getExecution(unsigned i) const { return CommandLines[i]; }

Completed in 55 milliseconds