HomeSort by: relevance | last modified time | path
    Searched refs:getStringForID (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
InjectedSourceStream.cpp 52 auto Name = Strings.getStringForID(Entry.second.FileNI);
55 auto ObjName = Strings.getStringForID(Entry.second.ObjNI);
58 auto VName = Strings.getStringForID(Entry.second.VFileNI);
NativeEnumInjectedSources.cpp 49 StringRef Ret = cantFail(Strings.getStringForID(Entry.FileNI),
55 StringRef Ret = cantFail(Strings.getStringForID(Entry.ObjNI),
61 StringRef Ret = cantFail(Strings.getStringForID(Entry.VFileNI),
71 cantFail(Strings.getStringForID(Entry.VFileNI),
PDBStringTable.cpp 109 Expected<StringRef> PDBStringTable::getStringForID(uint32_t ID) const {
128 auto ExpectedStr = getStringForID(ID);
DbiStream.cpp 237 return ECNames.getStringForID(NI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
PDBStringTable.h 41 Expected<StringRef> getStringForID(uint32_t ID) const;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
YAMLOutputStyle.cpp 117 auto S = ST.getStringForID(ID);
DumpOutputStyle.cpp 1132 auto Program = Err(StringTable.getStringForID(FD.FrameFunc));
1187 auto ES = IS->getStringForID(I);
1510 auto ExpectedStr = Strings.getStringForID(A.first);

Completed in 18 milliseconds