Home
last modified time | relevance | path

Searched refs:setDebugLineInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/SPIRV/
DspvIR.h361 void setDebugLineInfo(Id fileName, int line, int column) { in setDebugLineInfo() function
DGlslangToSpv.cpp2891 currentFunction->setDebugLineInfo(sourceFileId, loc.line, loc.column); in visitAggregate()