Home
last modified time | relevance | path

Searched defs:IsStatement (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DLine.cpp14 LineInfo::LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement) { in LineInfo()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderInstructions.cpp29 bool SpirvShader::IsStatement(spv::Op op) in IsStatement() function in sw::SpirvShader
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DLine.h99 uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) in Line()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h66 bool IsStatement; member