Searched refs:getCStr (Results 1 – 8 of 8) sorted by relevance
95 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()97 EXPECT_EQ(NULL, DE.getCStr(&offset)); in TEST()
165 Value.cstr = data.getCStr(offset_ptr); in extractValue()247 debug_info_data.getCStr(offset_ptr); in skipValue()447 return debug_str_data_ptr->getCStr(&offset); in getAsCString()459 return DS->getCStr(&soffset); in getIndirectCString()
191 const char *s = debug_line_data.getCStr(offset_ptr); in parsePrologue()199 const char *name = debug_line_data.getCStr(offset_ptr); in parsePrologue()306 fileEntry.Name = debug_line_data.getCStr(offset_ptr); in parseStatementTable()
71 while (const char *s = strData.getCStr(&offset)) { in dump()105 OS << pubNames.getCStr(&offset) << "\n"; in dump()125 while (const char *s = strDWOData.getCStr(&offset)) { in dump()
151 debug_info_data.getCStr(&offset); in extractFast()287 debug_info_data.getCStr(&offset); in extract()
346 const char *Augmentation = Data.getCStr(&Offset); in parse()
60 const char *getCStr(uint32_t *offset_ptr) const;
121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor