Searched refs:IncludeDirs (Results 1 – 7 of 7) sorted by relevance
45 IncludeDirs("I", cl::desc("Directory of include files"), variable108 SrcMgr.setIncludeDirs(IncludeDirs); in TableGenMain()
113 IncludeDirs("I", cl::desc("Directory of include files"), variable361 SrcMgr.setIncludeDirs(IncludeDirs); in main()
148 static cl::list<std::string> IncludeDirs("I", cl::desc("include search path")); variable479 Options.MCOptions.IASSearchPaths = IncludeDirs; in compileModule()
249 IO.mapOptional("IncludeDirs", LineTable.IncludeDirs); in mapping()
594 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
388 DebugLines.IncludeDirs.push_back(Dir); in dumpDebugLines()
150 std::vector<StringRef> IncludeDirs; member