Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInjectedSourceStream.cpp51 auto Name = Strings.getStringForID(Entry.second.FileNI); in reload()
54 auto ObjName = Strings.getStringForID(Entry.second.ObjNI); in reload()
57 auto VName = Strings.getStringForID(Entry.second.VFileNI); in reload()
H A DNativeEnumInjectedSources.cpp52 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI), in getFileName()
58 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI), in getObjectFileName()
64 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI), in getVirtualFileName()
74 cantFail(Strings.getStringForID(Entry.VFileNI), in getCode()
H A DPDBStringTable.cpp108 Expected<StringRef> PDBStringTable::getStringForID(uint32_t ID) const { in getStringForID() function in PDBStringTable
127 auto ExpectedStr = getStringForID(ID); in getIDForString()
H A DDbiStream.cpp235 return ECNames.getStringForID(NI); in getECName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h35 Expected<StringRef> getStringForID(uint32_t ID) const;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp117 auto S = ST.getStringForID(ID); in dumpStringTable()
H A DDumpOutputStyle.cpp1029 auto Program = Err(StringTable.getStringForID(FD.FrameFunc)); in dumpNewFpo()
1084 auto ES = IS->getStringForID(I); in dumpStringTableFromPdb()
1413 auto ExpectedStr = Strings.getStringForID(A.first); in dumpTpiStream()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp711 out_program = cantFail(strings->getStringForID(frame_data_it->FrameFunc)); in GetFrameDataProgram()