Home
last modified time | relevance | path

Searched refs:getStringForID (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DInjectedSourceStream.cpp52 auto Name = Strings.getStringForID(Entry.second.FileNI); in reload()
55 auto ObjName = Strings.getStringForID(Entry.second.ObjNI); in reload()
58 auto VName = Strings.getStringForID(Entry.second.VFileNI); in reload()
DNativeEnumInjectedSources.cpp49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName()
55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName()
61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName()
71 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode()
DPDBStringTable.cpp109 Expected<StringRef> PDBStringTable::getStringForID(uint32_t ID) const { in getStringForID() function in PDBStringTable
128 auto ExpectedStr = getStringForID(ID); in getIDForString()
DDbiStream.cpp237 return ECNames.getStringForID(NI); in getECName()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DInjectedSourceStream.cpp52 auto Name = Strings.getStringForID(Entry.second.FileNI); in reload()
55 auto ObjName = Strings.getStringForID(Entry.second.ObjNI); in reload()
58 auto VName = Strings.getStringForID(Entry.second.VFileNI); in reload()
DNativeEnumInjectedSources.cpp51 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName()
57 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName()
63 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName()
73 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode()
DPDBStringTable.cpp108 Expected<StringRef> PDBStringTable::getStringForID(uint32_t ID) const { in getStringForID() function in PDBStringTable
127 auto ExpectedStr = getStringForID(ID); in getIDForString()
DDbiStream.cpp235 return ECNames.getStringForID(NI); in getECName()
/external/llvm/lib/DebugInfo/PDB/Raw/
DNameHashTable.cpp67 StringRef NameHashTable::getStringForID(uint32_t ID) const { in getStringForID() function in NameHashTable
93 StringRef S = getStringForID(ID); in getIDForString()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DNameHashTable.h38 StringRef getStringForID(uint32_t ID) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h35 Expected<StringRef> getStringForID(uint32_t ID) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h42 Expected<StringRef> getStringForID(uint32_t ID) const;
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp328 StringRef Str = NameTable.getStringForID(ID); in dumpNamedStream()
587 return ST->getStringForID(Offset); in dumpDbiStream()