Lines Matching refs:Strings
114 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
128 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
144 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
174 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
202 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings);
204 std::vector<StringRef> Strings;
216 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
357 IO.mapRequired("Strings", Strings);
503 for (const auto &Str : this->Strings)
541 convertOneChecksum(const DebugStringTableSubsectionRef &Strings,
543 auto ExpectedString = Strings.getString(CS.FileNameOffset);
555 getFileName(const DebugStringTableSubsectionRef &Strings,
561 return Strings.getString(Offset);
566 const DebugStringTableSubsectionRef &Strings,
571 auto ConvertedCS = convertOneChecksum(Strings, CS);
581 const DebugStringTableSubsectionRef &Strings,
591 auto EF = getFileName(Strings, Checksums, L.NameIndex);
619 const DebugStringTableSubsectionRef &Strings,
627 auto ExpF = getFileName(Strings, Checksums, IL.Header->FileID);
635 auto ExpF2 = getFileName(Strings, Checksums, EF);
656 const DebugStringTableSubsectionRef &Strings,
661 auto ExpectedStr = Strings.getString(CMI.Header->ModuleNameOffset);
691 const DebugStringTableSubsectionRef &Strings) {
693 BinaryStreamReader Reader(Strings.getBuffer());
702 Result->Strings.push_back(S);
709 const DebugStringTableSubsectionRef &Strings,
723 auto ES = Strings.getString(F.FrameFunc);
853 DebugStringTableSubsectionRef &Strings,
855 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings);