Home
last modified time | relevance | path

Searched refs:IncludeDirs (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DMain.cpp45 IncludeDirs("I", cl::desc("Directory of include files"), variable
108 SrcMgr.setIncludeDirs(IncludeDirs); in TableGenMain()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp113 IncludeDirs("I", cl::desc("Directory of include files"), variable
361 SrcMgr.setIncludeDirs(IncludeDirs); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llc/
H A Dllc.cpp148 static cl::list<std::string> IncludeDirs("I", cl::desc("include search path")); variable
479 Options.MCOptions.IASSearchPaths = IncludeDirs; in compileModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp249 IO.mapOptional("IncludeDirs", LineTable.IncludeDirs); in mapping()
H A DDWARFEmitter.cpp594 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp388 DebugLines.IncludeDirs.push_back(Dir); in dumpDebugLines()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h150 std::vector<StringRef> IncludeDirs; member