Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSourceFile.h30 virtual uint32_t getUniqueId() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASourceFile.h25 uint32_t getUniqueId() const override;
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp34 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile