Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h563 DenseMap<uint32_t, StringRef> debugInfoMap; variable
H A DDeserializer.cpp2047 auto fileName = debugInfoMap.lookup(debugLine->fileID).str(); in createFileLineColLoc()
2074 if (!debugInfoMap.lookup(operands[0]).empty()) in processDebugString()
2085 debugInfoMap[operands[0]] = debugString; in processDebugString()