• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwp/

Lines Matching refs:StringRef

69                                    StringRef CurStrSection,
70 StringRef CurStrOffsetSection) {
100 static uint64_t getCUAbbrev(StringRef Abbrev, uint64_t AbbrCode) {
124 uint64_t &InfoOffset, StringRef StrOffsets, StringRef Str) {
138 static Expected<CompileUnitIdentifiers> getCUIdentifiers(StringRef Abbrev,
139 StringRef Info,
140 StringRef StrOffsets,
141 StringRef Str) {
217 StringRef DWPName;
238 static StringRef getSubsection(StringRef Section,
243 return StringRef();
249 const DWARFUnitIndex &TUIndex, MCSection *OutputTypes, StringRef Types,
282 const std::vector<StringRef> &TypesSections,
284 for (StringRef Types : TypesSections) {
380 std::string buildDWODescription(StringRef Name, StringRef DWPName, StringRef DWOName) {
398 static Error createError(StringRef Name, Error E) {
407 StringRef &Name, StringRef &Contents) {
432 StringRef &CurStrSection, StringRef &CurStrOffsetSection,
433 std::vector<StringRef> &CurTypesSection, StringRef &InfoSection,
434 StringRef &AbbrevSection, StringRef &CurCUIndexSection,
435 StringRef &CurTUIndexSection) {
442 Expected<StringRef> NameOrErr = Section.getName();
445 StringRef Name = *NameOrErr;
447 Expected<StringRef> ContentsOrErr = Section.getContents();
450 StringRef Contents = *ContentsOrErr;
501 const CompileUnitIdentifiers &ID, StringRef DWPName) {
510 getDWOFilenames(StringRef ExecFilename) {
578 StringRef CurStrSection;
579 StringRef CurStrOffsetSection;
580 std::vector<StringRef> CurTypesSection;
581 StringRef InfoSection;
582 StringRef AbbrevSection;
583 StringRef CurCUIndexSection;
584 StringRef CurTUIndexSection;
709 StringRef Context = "dwarf streamer init";