Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp81 E.MacroStr = data.getCStr(&Offset); in parse()
95 E.ExtStr = data.getCStr(&Offset); in parse()
DDWARFFormValue.cpp113 DebugInfoData.getCStr(OffsetPtr); in skipValue()
287 Value.cstr = Data.getCStr(OffsetPtr); in extractValue()
532 if (const char *Str = C->getLineStringExtractor().getCStr(&Offset)) in getAsCString()
547 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) in getAsCString()
551 if (const char *Str = C->getStringExtractor().getCStr(&Offset)) in getAsCString()
DDWARFContext.cpp197 const char *S = StrData.getCStr(&StringOffset32); in dumpDWARFv5StringOffsetsSection()
245 const char *S = StrData.getCStr(&StringOffset); in dumpStringOffsetsSection()
461 while (const char *s = strData.getCStr(&offset)) { in dump()
471 while (const char *s = strDWOData.getCStr(&offset)) { in dump()
481 while (const char *s = strData.getCStr(&offset)) { in dump()
DDWARFAcceleratorTable.cpp179 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName()
359 if (Key == StringSection.getCStr(&StringOffset)) in equal_range()
/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()
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DDataExtractorTest.cpp95 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()
97 EXPECT_EQ(nullptr, 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-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp96 NewEntry.Name = PubSectionData.getCStr(&Offset); in dumpPubSection()
231 File.Name = Data.getCStr(&Offset); in dumpFileEntry()
272 StringRef Dir = LineData.getCStr(&Offset); in dumpDebugLines()
/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-7.0/llvm/include/llvm/Support/
DDataExtractor.h83 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/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/Support/
DDataExtractor.cpp121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp76 while (const char *s = Data.getCStr(&LocalOffset)) { in writeStringsAndOffsets()
121 return InfoData.getCStr(&InfoOffset); in getIndexedString()
130 return StrData.getCStr(&StrOffset); in getIndexedString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDataExtractor.cpp128 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor

12