Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp34 return Table->getStringForId(Offset); in storageKeyToLookupKey()
49 StringRef PDBStringTableBuilder::getStringForId(uint32_t Id) const { in getStringForId() function in PDBStringTableBuilder
50 return Strings.getStringForId(Id); in getStringForId()
DPDBFileBuilder.cpp192 StringRef VName = getStringTableBuilder().getStringForId(IS.VNameIndex); in finalizeMsfLayout()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h52 StringRef getStringForId(uint32_t Id) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugStringTableSubsection.h72 StringRef getStringForId(uint32_t Id) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugStringTableSubsection.cpp104 StringRef DebugStringTableSubsection::getStringForId(uint32_t Id) const { in getStringForId() function in DebugStringTableSubsection