Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp82 E.MacroStr = data.getCStr(&Offset); in parse()
96 E.ExtStr = data.getCStr(&Offset); in parse()
DDWARFFormValue.cpp208 Value.cstr = data.getCStr(offset_ptr); in extractValue()
299 debug_info_data.getCStr(offset_ptr); in skipValue()
520 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) { in getAsCString()
DDWARFDebugLine.cpp101 const char *s = debug_line_data.getCStr(offset_ptr); in parse()
109 const char *name = debug_line_data.getCStr(offset_ptr); in parse()
331 fileEntry.Name = debug_line_data.getCStr(offset_ptr); in parse()
DDWARFAcceleratorTable.cpp113 StringSection.getCStr(&StringOffset)); in dump()
DDWARFContext.cpp61 OS << '\"' << pubNames.getCStr(&offset) << "\"\n"; in dumpPubSection()
198 while (const char *s = strData.getCStr(&offset)) { in dump()
210 while (const char *s = strDWOData.getCStr(&offset)) { in dump()
DDWARFDebugFrame.cpp553 const char *Augmentation = Data.getCStr(&Offset); in parse()
/external/swiftshader/third_party/LLVM/unittests/Support/
DDataExtractorTest.cpp94 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()
96 EXPECT_EQ(NULL, DE.getCStr(&offset)); in TEST()
/external/llvm/unittests/Support/
DDataExtractorTest.cpp95 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()
97 EXPECT_EQ(nullptr, DE.getCStr(&offset)); in TEST()
/external/swiftshader/third_party/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.cpp157 const char *s = debug_line_data.getCStr(offset_ptr); in parsePrologue()
165 const char *name = debug_line_data.getCStr(offset_ptr); in parsePrologue()
262 fileEntry.Name = debug_line_data.getCStr(offset_ptr); in parseStatementTable()
DDWARFDebugInfoEntry.cpp144 debug_info_data.getCStr(&offset); in extractFast()
269 debug_info_data.getCStr(&offset); in extract()
DDWARFContext.cpp51 while (const char *s = strData.getCStr(&offset)) { in dump()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataExtractor.h57 const char *getCStr(uint32_t *offset_ptr) const;
/external/llvm/include/llvm/Support/
DDataExtractor.h59 const char *getCStr(uint32_t *offset_ptr) const;
/external/swiftshader/third_party/LLVM/lib/Support/
DDataExtractor.cpp121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
/external/llvm/lib/Support/
DDataExtractor.cpp121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp73 while (const char *s = Data.getCStr(&LocalOffset)) { in writeStringsAndOffsets()
118 return InfoData.getCStr(&InfoOffset); in getIndexedString()
127 return StrData.getCStr(&StrOffset); in getIndexedString()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp216 if (const char *DebugNameStr = DE.getCStr(&Offset)) { in getGNUDebuglinkContents()