Home
last modified time | relevance | path

Searched refs:getCStrRef (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h130 return getCStrRef(OffsetPtr, Err).data();
136 const char *getCStr(Cursor &C) const { return getCStrRef(C).data(); } in getCStr()
164 StringRef getCStrRef(uint64_t *OffsetPtr, Error *Err = nullptr) const;
169 StringRef getCStrRef(Cursor &C) const { in getCStrRef() function
170 return getCStrRef(&C.Offset, &C.Err); in getCStrRef()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp75 StringRef desc = de.getCStrRef(cursor); in stringAttribute()
287 StringRef string = de.getCStrRef(cursor); in compatibility()
390 StringRef RawStringValue = de.getCStrRef(cursor); in also_compatible_with()
433 StringRef InnerValue = de.getCStrRef(cursor); in also_compatible_with()
H A DELFAttributeParser.cpp55 StringRef desc = de.getCStrRef(cursor); in stringAttribute()
124 StringRef vendorName = de.getCStrRef(cursor); in parseSubsection()
H A DDataExtractor.cpp156 StringRef DataExtractor::getCStrRef(uint64_t *OffsetPtr, Error *Err) const { in getCStrRef() function in DataExtractor
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp70 StringRef Name = SetData.getCStrRef(C); in extract()
H A DDWARFDebugLine.cpp195 StringRef S = DebugLineData.getCStrRef(OffsetPtr, &Err); in parseV2DirFileTables()
214 StringRef Name = DebugLineData.getCStrRef(OffsetPtr, &Err); in parseV2DirFileTables()
H A DDWARFAcceleratorTable.cpp409 StringRef Str = StringSection.getCStrRef(&StringSectionOffset, &E); in readStringFromStrSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5712 Mapping.Filename = Filenames.getCStrRef(&FilenamesOffset); in readCoreNote()