Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
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()
DELFAttributeParser.cpp55 StringRef desc = de.getCStrRef(cursor); in stringAttribute()
124 StringRef vendorName = de.getCStrRef(cursor); in parseSubsection()
DDataExtractor.cpp155 StringRef DataExtractor::getCStrRef(uint64_t *OffsetPtr, Error *Err) const { in getCStrRef() function in DataExtractor
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp41 StringRef Name = PubNames.getCStrRef(&Offset); in DWARFDebugPubTable()
DDWARFDebugLine.cpp163 StringRef S = DebugLineData.getCStrRef(OffsetPtr); in parseV2DirFileTables()
172 StringRef Name = DebugLineData.getCStrRef(OffsetPtr); in parseV2DirFileTables()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugPubTable.cpp70 StringRef Name = SetData.getCStrRef(C); in extract()
DDWARFDebugLine.cpp190 StringRef S = DebugLineData.getCStrRef(OffsetPtr, &Err); in parseV2DirFileTables()
209 StringRef Name = DebugLineData.getCStrRef(OffsetPtr, &Err); in parseV2DirFileTables()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDataExtractor.h142 StringRef getCStrRef(uint64_t *offset_ptr) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDataExtractor.cpp164 StringRef DataExtractor::getCStrRef(uint64_t *offset_ptr) const { in getCStrRef() function in DataExtractor