Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBSourceFile.h30 virtual uint32_t getUniqueId() const = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIASourceFile.h25 uint32_t getUniqueId() const override;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIASourceFile.cpp27 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDSymbolFilePDB.cpp1881 uint32_t source_id = file->getUniqueId(); in BuildSupportFileIdToSupportFileIndexMap()