Searched refs:getCStr (Results 1 – 10 of 10) sorted by relevance
95 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()97 EXPECT_EQ(nullptr, DE.getCStr(&offset)); in TEST()
216 Value.cstr = data.getCStr(offset_ptr); in extractValue()297 debug_info_data.getCStr(offset_ptr); in skipValue()509 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) { in getAsCString()
95 const char *s = debug_line_data.getCStr(offset_ptr); in parse()103 const char *name = debug_line_data.getCStr(offset_ptr); in parse()332 fileEntry.Name = debug_line_data.getCStr(offset_ptr); in parse()
57 OS << '\"' << pubNames.getCStr(&offset) << "\"\n"; in dumpPubSection()173 while (const char *s = strData.getCStr(&offset)) { in dump()185 while (const char *s = strDWOData.getCStr(&offset)) { in dump()
113 StringSection.getCStr(&StringOffset)); in dump()
469 const char *Augmentation = Data.getCStr(&Offset); in parse()
59 const char *getCStr(uint32_t *offset_ptr) const;
121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
319 if (const char *DebugNameStr = DE.getCStr(&Offset)) { in getGNUDebuglinkContents()
681 StringRef DisplayName = DE.getCStr(&Offset); in printCodeViewSymbolsSubsection()