reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/DataExtractor.h
  142   StringRef getCStrRef(uint64_t *offset_ptr) const;

References

lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  163     StringRef S = DebugLineData.getCStrRef(OffsetPtr);
  172     StringRef Name = DebugLineData.getCStrRef(OffsetPtr);
lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
   41       StringRef Name = PubNames.getCStrRef(&Offset);
tools/llvm-readobj/ELFDumper.cpp
 4574     Mapping.Filename = Filenames.getCStrRef(&FilenamesOffset);
unittests/DebugInfo/GSYM/GSYMTest.cpp
  725   EXPECT_EQ(Data.getCStrRef(&Offset), StringRef(Hello));