Searched refs:Gnu (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Driver.h | 18 Gnu, // -flavor gnu enumerator 63 {lld::WinLink, &lld::coff::link}, {lld::Gnu, &lld::elf::link}, \
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | DriverDispatcher.cpp | 33 .CasesLower("ld", "ld.lld", "gnu", Gnu) in getFlavor() 86 return Gnu; in parseProgname() 130 if (f == Gnu) { in parseFlavor()
|
/freebsd/contrib/llvm-project/lld/tools/lld/ |
H A D | lld.cpp | 73 #define LLD_ALL_DRIVERS { {lld::Gnu, &lld::elf::link} } in LLD_HAS_DRIVER()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | JSONCompilationDatabase.h | 60 enum class JSONCommandLineSyntax { Windows, Gnu, AutoDetect }; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 142 Syntax = JSONCommandLineSyntax::Gnu; in unescapeCommandLine() 154 assert(Syntax == JSONCommandLineSyntax::Gnu); in unescapeCommandLine()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Wasm.cpp | 28 Gnu, // -flavor gnu enumerator
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | fonts | 172 # Used with djgpp (DOS Gnu C++), sometimes Linux or Turbo C++
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 387 SRCS_MIN+= Driver/ToolChains/Gnu.cpp
|