Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Rewrite/
H A DSDTRewriter.cpp88 StringRef Name = DE.getCStr(&Offset); in readSection()
100 Marker.Provider = DE.getCStr(&Offset); in readSection()
101 Marker.Name = DE.getCStr(&Offset); in readSection()
102 Marker.Args = DE.getCStr(&Offset); in readSection()
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp165 E.MacroStr = Data.getCStr(&Offset); in parseImpl()
183 E.MacroStr = StringExtractor->getCStr(&StrOffset); in parseImpl()
206 MacroContributionOffset->second->getStringExtractor().getCStr( in parseImpl()
226 E.ExtStr = Data.getCStr(&Offset); in parseImpl()
H A DDWARFFormValue.cpp142 DebugInfoData.getCStr(OffsetPtr); in skipValue()
315 Value.cstr = Data.getCStr(OffsetPtr, &Err); in extractValue()
622 if (const char *Str = StrData.getCStr(&Offset)) in getAsCString()
H A DDWARFContext.cpp887 const char *S = StrData.getCStr(&StringOffset); in dumpStringOffsetsSection()
1184 const char *CStr = StrData.getCStr(&Offset, &Err); in dump()
H A DDWARFDebugFrame.cpp1108 const char *Augmentation = Data.getCStr(&Offset); in parse()
H A DDWARFAcceleratorTable.cpp189 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName()
H A DDWARFDebugLine.cpp999 const char *Name = TableData.getCStr(Cursor); in parse()
H A DDWARFVerifier.cpp1199 const char *Name = StrData->getCStr(&StringOffset); in verifyAppleAccelTable()
/llvm-project/llvm/unittests/Support/
H A DDataExtractorTest.cpp97 EXPECT_EQ(stringData, DE.getCStr(&offset)); in TEST()
99 EXPECT_EQ(nullptr, DE.getCStr(&offset)); in TEST()
103 EXPECT_EQ(stringData, DE.getCStr(C)); in TEST()
105 EXPECT_EQ(nullptr, DE.getCStr(C)); in TEST()
/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h129 const char *getCStr(uint64_t *OffsetPtr, Error *Err = nullptr) const {
136 const char *getCStr(Cursor &C) const { return getCStrRef(C).data(); } in getCStr() function
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp94 const char *CStr = StrData.getCStr(&Offset, &Err); in dumpDebugStrings()
347 File.Name = Data.getCStr(&Offset); in dumpFileEntry()
398 StringRef Dir = LineData.getCStr(&Offset); in dumpDebugLines()
/llvm-project/llvm/lib/DWP/
H A DDWP.cpp61 return InfoData.getCStr(&InfoOffset); in getIndexedString()
92 return StrData.getCStr(&StrOffset); in getIndexedString()
443 while (const char *S = Data.getCStr(&LocalOffset)) { in writeStringsAndOffsets()
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h566 return StrData.getCStr(&Off); in getString()
/llvm-project/bolt/lib/Core/
H A DExceptions.cpp757 const char *Augmentation = Data.getCStr(&Offset); in generateEHFrameHeader()
H A DDebugNames.cpp46 const char *CStr = StrData.getCStr(&Offset, &Err); in DWARF5AcceleratorTable()
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp337 if (const char *DebugNameStr = DE.getCStr(&Offset)) { in getGNUDebuglinkContents()