Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp162 E.MacroStr = Data.getCStr(&Offset); in parseImpl()
180 E.MacroStr = StringExtractor->getCStr(&StrOffset); in parseImpl()
205 MacroContributionOffset->second->getStringExtractor().getCStr( in parseImpl()
225 E.ExtStr = Data.getCStr(&Offset); in parseImpl()
H A DDWARFFormValue.cpp140 DebugInfoData.getCStr(OffsetPtr); in skipValue()
338 Value.cstr = Data.getCStr(OffsetPtr, &Err); in extractValue()
636 if (const char *Str = C->getLineStringExtractor().getCStr(&Offset)) in getAsCString()
653 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) in getAsCString()
657 if (const char *Str = C->getStringExtractor().getCStr(&Offset)) in getAsCString()
H A DDWARFAcceleratorTable.cpp179 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName()
359 if (Key == StringSection.getCStr(&StringOffset)) in equal_range()
H A DDWARFContext.cpp203 const char *S = StrData.getCStr(&StringOffset); in dumpStringOffsetsSection()
535 const char *CStr = StrData.getCStr(&Offset, &Err); in dump()
H A DDWARFDebugFrame.cpp1075 const char *Augmentation = Data.getCStr(&Offset); in parse()
H A DDWARFVerifier.cpp944 const char *Name = StrData->getCStr(&StringOffset); in verifyAppleAccelTable()
H A DDWARFDebugLine.cpp931 const char *Name = TableData.getCStr(Cursor); in parse()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h126 const char *getCStr(uint64_t *OffsetPtr, Error *Err = nullptr) const {
133 const char *getCStr(Cursor &C) const { return getCStrRef(C).data(); } in getCStr() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp56 return InfoData.getCStr(&InfoOffset); in getIndexedString()
87 return StrData.getCStr(&StrOffset); in getIndexedString()
368 while (const char *S = Data.getCStr(&LocalOffset)) { in writeStringsAndOffsets()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp680 while (const char *Dir = Data.getCStr(&Offset)) { in translateLineTable()
692 while (const char *File = Data.getCStr(&Offset)) { in translateLineTable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h379 return StrData.getCStr(&Off); in getString()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp297 if (const char *DebugNameStr = DE.getCStr(&Offset)) { in getGNUDebuglinkContents()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp859 return infoData.getCStr(&infoOffset); in getIndexedString()
866 return stringsData.getCStr(&stringOffset); in getIndexedString()