Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A 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()
H A 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()
H A DPDBStringTable.cpp109 Expected<StringRef> PDBStringTable::getStringForID(uint32_t ID) const { in getStringForID() function in PDBStringTable
128 auto ExpectedStr = getStringForID(ID); in getIDForString()
H A DDbiStream.cpp237 return ECNames.getStringForID(NI); in getECName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h41 Expected<StringRef> getStringForID(uint32_t ID) const;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp117 auto S = ST.getStringForID(ID); in dumpStringTable()
H A DDumpOutputStyle.cpp1132 auto Program = Err(StringTable.getStringForID(FD.FrameFunc)); in dumpNewFpo()
1187 auto ES = IS->getStringForID(I); in dumpStringTableFromPdb()
1510 auto ExpectedStr = Strings.getStringForID(A.first); in dumpTpiStream()