Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFFormValue.cpp210 Value.cstr = data.getCStr(offset_ptr); in extractValue()
292 debug_info_data.getCStr(offset_ptr); in skipValue()
500 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) { in getAsCString()
HDDWARFDebugLine.cpp191 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()
HDDWARFContext.cpp57 OS << '\"' << pubNames.getCStr(&offset) << "\"\n"; in dumpPubSection()
121 while (const char *s = strData.getCStr(&offset)) { in dump()
178 while (const char *s = strDWOData.getCStr(&offset)) { in dump()
HDDWARFDebugFrame.cpp346 const char *Augmentation = Data.getCStr(&Offset); in parse()
/trueos/contrib/llvm/include/llvm/Support/
HDDataExtractor.h60 const char *getCStr(uint32_t *offset_ptr) const;
/trueos/contrib/llvm/lib/Support/
HDDataExtractor.cpp121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
/trueos/contrib/llvm/tools/llvm-symbolizer/
HDLLVMSymbolize.cpp283 if (const char *DebugNameStr = DE.getCStr(&Offset)) { in getGNUDebuglinkContents()