Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DDataExtractorTest.cpp95 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()
97 EXPECT_EQ(nullptr, DE.getCStr(&offset)); in TEST()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp216 Value.cstr = data.getCStr(offset_ptr); in extractValue()
297 debug_info_data.getCStr(offset_ptr); in skipValue()
509 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) { in getAsCString()
DDWARFDebugLine.cpp95 const char *s = debug_line_data.getCStr(offset_ptr); in parse()
103 const char *name = debug_line_data.getCStr(offset_ptr); in parse()
332 fileEntry.Name = debug_line_data.getCStr(offset_ptr); in parse()
DDWARFContext.cpp57 OS << '\"' << pubNames.getCStr(&offset) << "\"\n"; in dumpPubSection()
173 while (const char *s = strData.getCStr(&offset)) { in dump()
185 while (const char *s = strDWOData.getCStr(&offset)) { in dump()
DDWARFAcceleratorTable.cpp113 StringSection.getCStr(&StringOffset)); in dump()
DDWARFDebugFrame.cpp469 const char *Augmentation = Data.getCStr(&Offset); in parse()
/external/llvm/include/llvm/Support/
DDataExtractor.h59 const char *getCStr(uint32_t *offset_ptr) const;
/external/llvm/lib/Support/
DDataExtractor.cpp121 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
/external/llvm/tools/llvm-symbolizer/
DLLVMSymbolize.cpp319 if (const char *DebugNameStr = DE.getCStr(&Offset)) { in getGNUDebuglinkContents()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp681 StringRef DisplayName = DE.getCStr(&Offset); in printCodeViewSymbolsSubsection()