OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandLines
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfoLoader.h
32
std::vector<std::string>
CommandLines
;
47
unsigned getNumExecutions() const { return
CommandLines
.size(); }
48
const std::string &getExecution(unsigned i) const { return
CommandLines
[i]; }
/external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileInfoLoader.cpp
125
CommandLines
.push_back(std::string(&Chars[0], &Chars[ArgLength]));
Completed in 123 milliseconds