Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h97 Expected<StringRef> getNameFromChecksums(uint32_t Offset) const;
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp239 Expected<StringRef> SymbolGroup::getNameFromChecksums(uint32_t Offset) const { in getNameFromChecksums() function in SymbolGroup
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp131 Expected<StringRef> Filename = SG->getNameFromChecksums(FileOffset); in getFileNameForFileOffset()