Home
last modified time | relevance | path

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

/freebsd/contrib/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 DDWARFDebugFrame.cpp1076 const char *Augmentation = Data.getCStr(&Offset); in parse()
H A DDWARFContext.cpp888 const char *S = StrData.getCStr(&StringOffset); in dumpStringOffsetsSection()
1185 const char *CStr = StrData.getCStr(&Offset, &Err); in dump()
H A DDWARFAcceleratorTable.cpp189 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName()
H A DDWARFDebugLine.cpp982 const char *Name = TableData.getCStr(Cursor); in parse()
H A DDWARFVerifier.cpp1067 const char *Name = StrData->getCStr(&StringOffset); in verifyAppleAccelTable()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp61 return InfoData.getCStr(&InfoOffset); in getIndexedString()
92 return StrData.getCStr(&StrOffset); in getIndexedString()
432 while (const char *S = Data.getCStr(&LocalOffset)) { in writeStringsAndOffsets()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h532 return StrData.getCStr(&Off); in getString()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp334 if (const char *DebugNameStr = DE.getCStr(&Offset)) { in getGNUDebuglinkContents()