Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp110 Expected<StringRef> PDBStringTable::getStringForID(uint32_t ID) const { in getStringForID() function in PDBStringTable
129 auto ExpectedStr = getStringForID(ID); in getIDForString()
H A DDbiStream.cpp228 return ECNames.getStringForID(NI); in getECName()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h43 Expected<StringRef> getStringForID(uint32_t ID) const;
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DYAMLOutputStyle.cpp118 auto S = ST.getStringForID(ID); in dumpStringTable()
H A DDumpOutputStyle.cpp1068 auto Program = Err(StringTable.getStringForID(FD.FrameFunc)); in dumpNewFpo()
1123 auto ES = IS->getStringForID(I); in dumpStringTableFromPdb()
1430 auto ExpectedStr = Strings.getStringForID(A.first); in dumpTpiStream()