Home
last modified time | relevance | path

Searched refs:Gnu (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDriver.h18 Gnu, // -flavor gnu enumerator
63 {lld::WinLink, &lld::coff::link}, {lld::Gnu, &lld::elf::link}, \
/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp33 .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 Dlld.cpp73 #define LLD_ALL_DRIVERS { {lld::Gnu, &lld::elf::link} } in LLD_HAS_DRIVER()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h60 enum class JSONCommandLineSyntax { Windows, Gnu, AutoDetect }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp142 Syntax = JSONCommandLineSyntax::Gnu; in unescapeCommandLine()
154 assert(Syntax == JSONCommandLineSyntax::Gnu); in unescapeCommandLine()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DWasm.cpp28 Gnu, // -flavor gnu enumerator
/freebsd/contrib/file/magic/Magdir/
H A Dfonts172 # Used with djgpp (DOS Gnu C++), sometimes Linux or Turbo C++
/freebsd/lib/clang/libclang/
H A DMakefile387 SRCS_MIN+= Driver/ToolChains/Gnu.cpp