/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugMacro.cpp | 81 E.MacroStr = data.getCStr(&Offset); in parse() 95 E.ExtStr = data.getCStr(&Offset); in parse()
|
D | DWARFFormValue.cpp | 113 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()
|
D | DWARFContext.cpp | 197 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()
|
D | DWARFAcceleratorTable.cpp | 179 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName() 359 if (Key == StringSection.getCStr(&StringOffset)) in equal_range()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugMacro.cpp | 82 E.MacroStr = data.getCStr(&Offset); in parse() 96 E.ExtStr = data.getCStr(&Offset); in parse()
|
D | DWARFFormValue.cpp | 208 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()
|
D | DWARFDebugLine.cpp | 101 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()
|
D | DWARFAcceleratorTable.cpp | 113 StringSection.getCStr(&StringOffset)); in dump()
|
D | DWARFContext.cpp | 61 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/ |
D | DataExtractorTest.cpp | 94 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/ |
D | DataExtractorTest.cpp | 95 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST() 97 EXPECT_EQ(nullptr, DE.getCStr(&offset)); in TEST()
|
/external/llvm/unittests/Support/ |
D | DataExtractorTest.cpp | 95 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST() 97 EXPECT_EQ(nullptr, DE.getCStr(&offset)); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFFormValue.cpp | 140 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()
|
D | DWARFDebugLine.cpp | 157 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()
|
D | DWARFDebugInfoEntry.cpp | 144 debug_info_data.getCStr(&offset); in extractFast() 269 debug_info_data.getCStr(&offset); in extract()
|
D | DWARFContext.cpp | 51 while (const char *s = strData.getCStr(&offset)) { in dump()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 96 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/ |
D | DataExtractor.h | 57 const char *getCStr(uint32_t *offset_ptr) const;
|
/external/llvm/include/llvm/Support/ |
D | DataExtractor.h | 59 const char *getCStr(uint32_t *offset_ptr) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 83 const char *getCStr(uint32_t *offset_ptr) const;
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DataExtractor.cpp | 121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 73 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/ |
D | DataExtractor.cpp | 121 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/ |
D | llvm-dwp.cpp | 76 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/ |
D | DataExtractor.cpp | 128 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
|