Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp45 IncludeDirs("I", cl::desc("Directory of include files"), variable
108 SrcMgr.setIncludeDirs(IncludeDirs); in TableGenMain()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp130 static cl::list<std::string> IncludeDirs("I", variable
394 SrcMgr.setIncludeDirs(IncludeDirs); in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp149 static cl::list<std::string> IncludeDirs("I", cl::desc("include search path")); variable
480 Options.MCOptions.IASSearchPaths = IncludeDirs; in compileModule()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h150 std::vector<StringRef> IncludeDirs; member