Searched refs:getCStr (Results 1 - 8 of 8) sorted by relevance

/external/llvm/unittests/Support/
H A DDataExtractorTest.cpp95 EXPECT_EQ(stringData, DE.getCStr(&offset));
97 EXPECT_EQ(NULL, DE.getCStr(&offset));
/external/llvm/include/llvm/Support/
H A DDataExtractor.h60 const char *getCStr(uint32_t *offset_ptr) const;
/external/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp165 Value.cstr = data.getCStr(offset_ptr);
247 debug_info_data.getCStr(offset_ptr);
447 return debug_str_data_ptr->getCStr(&offset);
459 return DS->getCStr(&soffset);
H A DDWARFContext.cpp71 while (const char *s = strData.getCStr(&offset)) {
105 OS << pubNames.getCStr(&offset) << "\n";
125 while (const char *s = strDWOData.getCStr(&offset)) {
H A DDWARFDebugLine.cpp191 const char *s = debug_line_data.getCStr(offset_ptr);
199 const char *name = debug_line_data.getCStr(offset_ptr);
306 fileEntry.Name = debug_line_data.getCStr(offset_ptr);
H A DDWARFDebugInfoEntry.cpp151 debug_info_data.getCStr(&offset);
287 debug_info_data.getCStr(&offset);
H A DDWARFDebugFrame.cpp346 const char *Augmentation = Data.getCStr(&Offset);
/external/llvm/lib/Support/
H A DDataExtractor.cpp121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { function in class:DataExtractor

Completed in 329 milliseconds