Home
last modified time | relevance | path

Searched refs:CommandLines (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoLoader.h32 std::vector<std::string> CommandLines; variable
47 unsigned getNumExecutions() const { return CommandLines.size(); } in getNumExecutions()
48 const std::string &getExecution(unsigned i) const { return CommandLines[i]; } in getExecution()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoader.cpp125 CommandLines.push_back(std::string(&Chars[0], &Chars[ArgLength])); in ProfileInfoLoader()