Home
last modified time | relevance | path

Searched defs:getUniqueId (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp38 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp38 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile
/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h66 int getUniqueId() const { return uniqueId; } in getUniqueId() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.h106 virtual int getUniqueId() const { return uniqueId; } in getUniqueId() function
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h115 Id getUniqueId() { return ++uniqueId; } in getUniqueId() function