HomeSort by relevance Sort by last modified time
    Searched refs:StrVector (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CompilerDriver/
Action.h 22 typedef std::vector<std::string> StrVector;
37 void Construct (const std::string& C, const StrVector& A,
Tool.h 32 typedef std::vector<std::string> StrVector;
73 StrVector SortArgs(ArgsVector& Args) const;
  /external/llvm/lib/CompilerDriver/
Action.cpp 42 void PrintCommand (const std::string& Cmd, const StrVector& Args) {
56 int ExecuteProgram (const std::string& name, const StrVector& args) {
84 for (StrVector::const_iterator B = args.begin(), E = args.end();
Tool.cpp 84 StrVector Tool::SortArgs(ArgsVector& Args) const {
85 StrVector Out;
  /external/llvm/utils/TableGen/
LLVMCConfigurationEmitter.cpp 38 typedef std::vector<std::string> StrVector;
841 StrVector InLanguage;
844 StrVector OutLanguage;
931 void onInOutLanguage (const DagInit& d, StrVector& OutVec) {
941 StrVector::iterator newE = std::unique(OutVec.begin(), OutVec.end());
1086 for (StrVector::const_iterator B = D.InLanguage.begin(),
1089 for (StrVector::const_iterator B = D.OutLanguage.begin(),
    [all...]

Completed in 178 milliseconds