Searched refs:getCStr (Results 1 – 18 of 18) sorted by relevance
82 E.MacroStr = data.getCStr(&Offset); in parse()96 E.ExtStr = data.getCStr(&Offset); in parse()
208 Value.cstr = data.getCStr(offset_ptr); in extractValue()299 debug_info_data.getCStr(offset_ptr); in skipValue()520 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) { in getAsCString()
101 const char *s = debug_line_data.getCStr(offset_ptr); in parse()109 const char *name = debug_line_data.getCStr(offset_ptr); in parse()331 fileEntry.Name = debug_line_data.getCStr(offset_ptr); in parse()
113 StringSection.getCStr(&StringOffset)); in dump()
61 OS << '\"' << pubNames.getCStr(&offset) << "\"\n"; in dumpPubSection()198 while (const char *s = strData.getCStr(&offset)) { in dump()210 while (const char *s = strDWOData.getCStr(&offset)) { in dump()
553 const char *Augmentation = Data.getCStr(&Offset); in parse()
94 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()96 EXPECT_EQ(NULL, DE.getCStr(&offset)); in TEST()
95 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()97 EXPECT_EQ(nullptr, DE.getCStr(&offset)); in TEST()
140 Value.cstr = data.getCStr(offset_ptr); in extractValue()205 debug_info_data.getCStr(offset_ptr); in skipValue()360 return debug_str_data_ptr->getCStr(&offset); in getAsCString()
157 const char *s = debug_line_data.getCStr(offset_ptr); in parsePrologue()165 const char *name = debug_line_data.getCStr(offset_ptr); in parsePrologue()262 fileEntry.Name = debug_line_data.getCStr(offset_ptr); in parseStatementTable()
144 debug_info_data.getCStr(&offset); in extractFast()269 debug_info_data.getCStr(&offset); in extract()
51 while (const char *s = strData.getCStr(&offset)) { in dump()
57 const char *getCStr(uint32_t *offset_ptr) const;
59 const char *getCStr(uint32_t *offset_ptr) const;
121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
73 while (const char *s = Data.getCStr(&LocalOffset)) { in writeStringsAndOffsets()118 return InfoData.getCStr(&InfoOffset); in getIndexedString()127 return StrData.getCStr(&StrOffset); in getIndexedString()
216 if (const char *DebugNameStr = DE.getCStr(&Offset)) { in getGNUDebuglinkContents()