/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolCompiland.cpp | 90 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; in getSourceFileFullPath() local 97 .Case(".cpp", Lang == PDB_Lang::Cpp) in getSourceFileFullPath() 98 .Case(".cc", Lang == PDB_Lang::Cpp) in getSourceFileFullPath() 99 .Case(".cxx", Lang == PDB_Lang::Cpp) in getSourceFileFullPath() 100 .Case(".c", Lang == PDB_Lang::C) in getSourceFileFullPath() 101 .Case(".asm", Lang == PDB_Lang::Masm) in getSourceFileFullPath() 102 .Case(".swift", Lang == PDB_Lang::Swift) in getSourceFileFullPath()
|
/third_party/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_platform_angle_opengl.txt | 12 Geoff Lang, Google 17 Geoff Lang, Google (geofflang 'at' chromium 'dot' org) 92 Version 1, 2014-06-05 (Geoff Lang) 94 Version 2, 2014-10-27 (Geoff Lang) 97 Version 3, 2014-11-26 (Geoff Lang)
|
D | EGL_ANGLE_context_virtualization.txt | 11 Geoff Lang, Google 15 Geoff Lang, Google (geofflang 'at' chromium 'dot' org) 76 Version 1, 2018-06-11 (Geoff Lang) 78 Version 2, 2021-09-17 (Geoff Lang)
|
D | EGL_ANGLE_platform_angle_d3d.txt | 12 Geoff Lang, Google 16 Geoff Lang, Google (geofflang 'at' chromium 'dot' org) 132 Version 1, 2014-06-05 (Geoff Lang) 134 Version 2, 2014-10-27 (Geoff Lang) 138 Version 3, 2014-11-26 (Geoff Lang) 140 Version 4, 2015-03-11 (Geoff Lang)
|
D | EGL_ANGLE_platform_angle_null.txt | 11 Geoff Lang, Google 15 Geoff Lang, Google (geofflang 'at' google 'dot' com) 72 Version 1, 2016-09-23 (Geoff Lang)
|
D | EGL_CHROMIUM_create_context_bind_generates_resource.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
D | EGL_ANGLE_create_context_client_arrays.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
D | EGL_ANGLE_create_context_webgl_compatibility.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
D | EGL_ANGLE_create_context_extensions_enabled.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
D | EGL_ANGLE_surface_orientation.txt | 11 Geoff Lang, Google 15 Geoff Lang, Google (geofflang 'at' google 'dot' com) 132 Version 1, 2015-12-15 (Geoff Lang)
|
D | EGL_ANGLE_create_context_backwards_compatible.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
/third_party/flutter/skia/third_party/externals/angle2/extensions/ |
D | EGL_ANGLE_platform_angle_opengl.txt | 12 Geoff Lang, Google 17 Geoff Lang, Google (geofflang 'at' chromium 'dot' org) 92 Version 1, 2014-06-05 (Geoff Lang) 94 Version 2, 2014-10-27 (Geoff Lang) 97 Version 3, 2014-11-26 (Geoff Lang)
|
D | EGL_ANGLE_platform_angle_d3d.txt | 12 Geoff Lang, Google 16 Geoff Lang, Google (geofflang 'at' chromium 'dot' org) 132 Version 1, 2014-06-05 (Geoff Lang) 134 Version 2, 2014-10-27 (Geoff Lang) 138 Version 3, 2014-11-26 (Geoff Lang) 140 Version 4, 2015-03-11 (Geoff Lang)
|
D | EGL_ANGLE_platform_angle_null.txt | 11 Geoff Lang, Google 15 Geoff Lang, Google (geofflang 'at' google 'dot' com) 72 Version 1, 2016-09-23 (Geoff Lang)
|
D | EGL_ANGLE_platform_angle_context_virtualization.txt | 11 Geoff Lang, Google 15 Geoff Lang, Google (geofflang 'at' chromium 'dot' org) 79 Version 1, 2018-06-11 (Geoff Lang)
|
D | EGL_CHROMIUM_create_context_bind_generates_resource.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
D | ANGLE_webgl_compatibility.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
D | EGL_ANGLE_create_context_client_arrays.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
D | EGL_ANGLE_create_context_extensions_enabled.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
D | EGL_ANGLE_create_context_webgl_compatibility.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
D | EGL_ANGLE_surface_orientation.txt | 11 Geoff Lang, Google 15 Geoff Lang, Google (geofflang 'at' google 'dot' com) 132 Version 1, 2015-12-15 (Geoff Lang)
|
D | EGL_ANGLE_create_context_backwards_compatible.txt | 11 Geoff Lang 15 Geoff Lang (geofflang 'at' google.com)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 90 if (auto Lang = dwarf::toUnsigned(CUDie.find(dwarf::DW_AT_language))) in CompileUnit() local 91 HasODR = CanUseODR && (*Lang == dwarf::DW_LANG_C_plus_plus || in CompileUnit() 92 *Lang == dwarf::DW_LANG_C_plus_plus_03 || in CompileUnit() 93 *Lang == dwarf::DW_LANG_C_plus_plus_11 || in CompileUnit() 94 *Lang == dwarf::DW_LANG_C_plus_plus_14 || in CompileUnit() 95 *Lang == dwarf::DW_LANG_ObjC_plus_plus); in CompileUnit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ModuleDebugInfoPrinter.cpp | 76 auto Lang = dwarf::LanguageString(CU->getSourceLanguage()); in print() local 77 if (!Lang.empty()) in print() 78 O << Lang; in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 340 unsigned llvm::dwarf::LanguageVersion(dwarf::SourceLanguage Lang) { in LanguageVersion() argument 341 switch (Lang) { in LanguageVersion() 351 unsigned llvm::dwarf::LanguageVendor(dwarf::SourceLanguage Lang) { in LanguageVendor() argument 352 switch (Lang) { in LanguageVendor() 362 Optional<unsigned> llvm::dwarf::LanguageLowerBound(dwarf::SourceLanguage Lang) { in LanguageLowerBound() argument 363 switch (Lang) { in LanguageLowerBound()
|