Searched refs:Legacy (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DMips.cpp301 if (mips::getIEEE754Standard(CPUName) & mips::Legacy)
322 if (mips::getIEEE754Standard(CPUName) & mips::Legacy) {
408 .Case("mips1", Legacy)
409 .Case("mips2", Legacy)
410 .Case("mips3", Legacy)
411 .Case("mips4", Legacy)
412 .Case("mips5", Legacy)
413 .Case("mips32", Legacy)
414 .Case("mips32r2", Legacy | Std2008)
415 .Case("mips32r3", Legacy | Std200
[all...]
H A DMips.h24 typedef enum { Legacy = 1, Std2008 = 2 } IEEE754Standard; enumerator in enum:clang::driver::tools::mips::__anon568
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h63 Legacy = 0, enumerator in enum:clang::CodeGenOptions::ObjCDispatchMethodKind
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S526 @ Legacy code expects the result to be returned in f0. Copy it
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2697 case CodeGenOptions::Legacy:
H A DCGObjCMac.cpp6279 case CodeGenOptions::Legacy:
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile590 SRCS_EXT+= ExecutionEngine/Orc/Legacy.cpp
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1233 .Case("legacy", CodeGenOptions::Legacy)

Completed in 295 milliseconds