Home
last modified time | relevance | path

Searched refs:MaxVersion (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h81 unsigned MaxVersion = 0; variable
236 return MaxVersion; in getMaxVersion()
242 return MaxVersion; in getMaxDWOVersion()
246 if (Version > MaxVersion) in setMaxVersionIfGreater()
247 MaxVersion = Version; in setMaxVersionIfGreater()
/third_party/grpc/tools/http2_interop/
Dhttp2interop.go229 config.MaxVersion = version
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp212 bool LittleEndian, unsigned MaxVersion) { in dumpStringOffsetsSection() argument
216 if (MaxVersion >= 5) in dumpStringOffsetsSection()