Home
last modified time | relevance | path

Searched defs:IncludeDirs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp53 IncludeDirs("I", cl::desc("Directory of include files"), variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp123 static cl::list<std::string> IncludeDirs("I", variable
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp159 static cl::list<std::string> IncludeDirs("I", cl::desc("include search path")); variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h173 std::vector<StringRef> IncludeDirs; member