Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
340 Value.cstr = Data.getCStr(OffsetPtr, &Err); in extractValue()
659 if (const char *Str = StrData.getCStr(&Offset)) in getAsCString()
H A DDWARFAcceleratorTable.cpp178 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName()
359 if (Key == StringSection.getCStr(&StringOffset)) in equal_range()
H A DDWARFContext.cpp208 const char *S = StrData.getCStr(&StringOffset); in dumpStringOffsetsSection()
538 const char *CStr = StrData.getCStr(&Offset, &Err); in dump()
H A DDWARFDebugFrame.cpp1076 const char *Augmentation = Data.getCStr(&Offset); in parse()
H A DDWARFDebugLine.cpp935 const char *Name = TableData.getCStr(Cursor); in parse()
H A DDWARFVerifier.cpp1045 const char *Name = StrData->getCStr(&StringOffset); in verifyAppleAccelTable()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp90 const char *CStr = StrData.getCStr(&Offset, &Err); in dumpDebugStrings()
337 File.Name = Data.getCStr(&Offset); in dumpFileEntry()
388 StringRef Dir = LineData.getCStr(&Offset); in dumpDebugLines()
/openbsd-src/gnu/llvm/llvm/lib/DWP/
H A DDWP.cpp59 return InfoData.getCStr(&InfoOffset); in getIndexedString()
90 return StrData.getCStr(&StrOffset); in getIndexedString()
382 while (const char *S = Data.getCStr(&LocalOffset)) { in writeStringsAndOffsets()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp672 while (const char *Dir = Data.getCStr(&Offset)) { in translateLineTable()
684 while (const char *File = Data.getCStr(&Offset)) { in translateLineTable()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h380 return StrData.getCStr(&Off); in getString()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp285 if (const char *DebugNameStr = DE.getCStr(&Offset)) { in getGNUDebuglinkContents()