Home | History | Annotate | Download | only in legacy

Lines Matching refs:string

27 #include <string>
37 std::string MCpu;
38 std::string MAttr;
111 std::string Path; // Path to the cache, empty to disable.
119 void setCacheDir(std::string Path) { CacheOptions.Path = std::move(Path); }
157 void setSaveTempsDir(std::string Path) { SaveTempsDir = std::move(Path); }
160 void setCpu(std::string Cpu) { TMBuilder.MCpu = std::move(Cpu); }
163 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); }
224 std::map<std::string, GVSummaryMapTy> &ModuleToSummariesForIndex);
265 std::string SaveTempsDir;