Home
last modified time | relevance | path

Searched refs:Lang (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp90 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/
DEGL_ANGLE_platform_angle_opengl.txt12 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)
DEGL_ANGLE_context_virtualization.txt11 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)
DEGL_ANGLE_platform_angle_d3d.txt12 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)
DEGL_ANGLE_platform_angle_null.txt11 Geoff Lang, Google
15 Geoff Lang, Google (geofflang 'at' google 'dot' com)
72 Version 1, 2016-09-23 (Geoff Lang)
DEGL_CHROMIUM_create_context_bind_generates_resource.txt11 Geoff Lang
15 Geoff Lang (geofflang 'at' google.com)
DEGL_ANGLE_create_context_client_arrays.txt11 Geoff Lang
15 Geoff Lang (geofflang 'at' google.com)
DEGL_ANGLE_create_context_webgl_compatibility.txt11 Geoff Lang
15 Geoff Lang (geofflang 'at' google.com)
DEGL_ANGLE_create_context_extensions_enabled.txt11 Geoff Lang
15 Geoff Lang (geofflang 'at' google.com)
DEGL_ANGLE_surface_orientation.txt11 Geoff Lang, Google
15 Geoff Lang, Google (geofflang 'at' google 'dot' com)
132 Version 1, 2015-12-15 (Geoff Lang)
DEGL_ANGLE_create_context_backwards_compatible.txt11 Geoff Lang
15 Geoff Lang (geofflang 'at' google.com)
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_ANGLE_platform_angle_opengl.txt12 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)
DEGL_ANGLE_platform_angle_d3d.txt12 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)
DEGL_ANGLE_platform_angle_null.txt11 Geoff Lang, Google
15 Geoff Lang, Google (geofflang 'at' google 'dot' com)
72 Version 1, 2016-09-23 (Geoff Lang)
DEGL_ANGLE_platform_angle_context_virtualization.txt11 Geoff Lang, Google
15 Geoff Lang, Google (geofflang 'at' chromium 'dot' org)
79 Version 1, 2018-06-11 (Geoff Lang)
DEGL_CHROMIUM_create_context_bind_generates_resource.txt11 Geoff Lang
15 Geoff Lang (geofflang 'at' google.com)
DANGLE_webgl_compatibility.txt11 Geoff Lang
15 Geoff Lang (geofflang 'at' google.com)
DEGL_ANGLE_create_context_client_arrays.txt11 Geoff Lang
15 Geoff Lang (geofflang 'at' google.com)
DEGL_ANGLE_create_context_extensions_enabled.txt11 Geoff Lang
15 Geoff Lang (geofflang 'at' google.com)
DEGL_ANGLE_create_context_webgl_compatibility.txt11 Geoff Lang
15 Geoff Lang (geofflang 'at' google.com)
DEGL_ANGLE_surface_orientation.txt11 Geoff Lang, Google
15 Geoff Lang, Google (geofflang 'at' google 'dot' com)
132 Version 1, 2015-12-15 (Geoff Lang)
DEGL_ANGLE_create_context_backwards_compatible.txt11 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/
DDWARFLinkerCompileUnit.h90 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/
DModuleDebugInfoPrinter.cpp76 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/
DDwarf.cpp340 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()

12345