Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp39 return Table->getStringForId(Offset); in storageKeyToLookupKey()
54 StringRef PDBStringTableBuilder::getStringForId(uint32_t Id) const { in getStringForId() function in PDBStringTableBuilder
55 return Strings.getStringForId(Id); in getStringForId()
H A DPDBFileBuilder.cpp188 StringRef VName = getStringTableBuilder().getStringForId(IS.VNameIndex); in finalizeMsfLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h50 StringRef getStringForId(uint32_t Id) const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugStringTableSubsection.h71 StringRef getStringForId(uint32_t Id) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DDebugStringTableSubsection.cpp103 StringRef DebugStringTableSubsection::getStringForId(uint32_t Id) const { in getStringForId() function in DebugStringTableSubsection