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

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h60 const char *getCStr(uint32_t *offset_ptr) const;
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFFormValue.cpp154 Value.cstr = data.getCStr(offset_ptr);
242 debug_info_data.getCStr(offset_ptr);
444 return debug_str_data_ptr->getCStr(&offset);
456 return DS->getCStr(&soffset);
H A DDWARFContext.cpp74 while (const char *s = strData.getCStr(&offset)) {
108 OS << pubNames.getCStr(&offset) << "\n";
133 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 DDWARFDebugFrame.cpp346 const char *Augmentation = Data.getCStr(&Offset);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DDataExtractor.cpp121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { function in class:DataExtractor

Completed in 141 milliseconds