Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
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 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()
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()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h35 Expected<StringRef> getStringForID(uint32_t ID) const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp117 auto S = ST.getStringForID(ID); in dumpStringTable()
H A DDumpOutputStyle.cpp1028 auto Program = Err(StringTable.getStringForID(FD.FrameFunc)); in dumpNewFpo()
1083 auto ES = IS->getStringForID(I); in dumpStringTableFromPdb()
1412 auto ExpectedStr = Strings.getStringForID(A.first); in dumpTpiStream()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp707 out_program = cantFail(strings.getStringForID(frame_data_it->FrameFunc)); in GetFrameDataProgram()