Home
last modified time | relevance | path

Searched refs:getCStr (Results 1 – 7 of 7) sorted by relevance

/external/llvm/unittests/Support/
DDataExtractorTest.cpp94 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()
96 EXPECT_EQ(NULL, DE.getCStr(&offset)); in TEST()
/external/llvm/lib/DebugInfo/
DDWARFFormValue.cpp140 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()
DDWARFDebugLine.cpp158 const char *s = debug_line_data.getCStr(offset_ptr); in parsePrologue()
166 const char *name = debug_line_data.getCStr(offset_ptr); in parsePrologue()
263 fileEntry.Name = debug_line_data.getCStr(offset_ptr); in parseStatementTable()
DDWARFDebugInfoEntry.cpp144 debug_info_data.getCStr(&offset); in extractFast()
267 debug_info_data.getCStr(&offset); in extract()
DDWARFContext.cpp51 while (const char *s = strData.getCStr(&offset)) { in dump()
/external/llvm/include/llvm/Support/
DDataExtractor.h57 const char *getCStr(uint32_t *offset_ptr) const;
/external/llvm/lib/Support/
DDataExtractor.cpp121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor