Searched refs:getUniqueId (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h30 virtual uint32_t getUniqueId() const = 0;
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASourceFile.h25 uint32_t getUniqueId() const override;
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSourceFile.h28 uint32_t getUniqueId() const override;
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSourceFile.cpp36 uint32_t NativeSourceFile::getUniqueId() const { return FileId; } function in class:NativeSourceFile
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp27 uint32_t DIASourceFile::getUniqueId() const { function in class:DIASourceFile
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1893 uint32_t source_id = file->getUniqueId();

Completed in 205 milliseconds