Home
last modified time | relevance | path

Searched refs:getStringForId (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp40 return Table->getStringForId(Offset); in storageKeyToLookupKey()
55 StringRef PDBStringTableBuilder::getStringForId(uint32_t Id) const { in getStringForId() function in PDBStringTableBuilder
56 return Strings.getStringForId(Id); in getStringForId()
H A DPDBFileBuilder.cpp199 StringRef VName = getStringTableBuilder().getStringForId(IS.VNameIndex); in finalizeMsfLayout()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h50 StringRef getStringForId(uint32_t Id) const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h71 StringRef getStringForId(uint32_t Id) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp103 StringRef DebugStringTableSubsection::getStringForId(uint32_t Id) const { in getStringForId() function in DebugStringTableSubsection