Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugMacro.cpp81 E.MacroStr = data.getCStr(&Offset); in parse()
95 E.ExtStr = data.getCStr(&Offset); in parse()
H A DDWARFFormValue.cpp113 DebugInfoData.getCStr(OffsetPtr); in skipValue()
287 Value.cstr = Data.getCStr(OffsetPtr); in extractValue()
563 if (const char *Str = C->getLineStringExtractor().getCStr(&Offset)) in getAsCString()
580 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) in getAsCString()
584 if (const char *Str = C->getStringExtractor().getCStr(&Offset)) in getAsCString()
H A DDWARFContext.cpp192 const char *S = StrData.getCStr(&StringOffset32); in dumpDWARFv5StringOffsetsSection()
240 const char *S = StrData.getCStr(&StringOffset); in dumpStringOffsetsSection()
480 while (const char *s = strData.getCStr(&offset)) { in dump()
490 while (const char *s = strDWOData.getCStr(&offset)) { in dump()
500 while (const char *s = strData.getCStr(&offset)) { in dump()
H A DDWARFAcceleratorTable.cpp180 W.getOStream() << " \"" << StringSection.getCStr(&StringOffset) << "\"\n"; in dumpName()
360 if (Key == StringSection.getCStr(&StringOffset)) in equal_range()
H A DDWARFDebugFrame.cpp392 const char *Augmentation = Data.getCStr(&Offset); in parse()
H A DDWARFDebugLine.cpp597 const char *Name = DebugLineData.getCStr(OffsetPtr); in parse()
H A DDWARFVerifier.cpp906 const char *Name = StrData->getCStr(&StringOffset); in verifyAppleAccelTable()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDataExtractor.h83 const char *getCStr(uint32_t *offset_ptr) const;
/freebsd-12.1/contrib/llvm/lib/Support/
H A DDataExtractor.cpp128 const char *DataExtractor::getCStr(uint32_t *offset_ptr) const { in getCStr() function in DataExtractor
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h377 return StrData.getCStr(&Off); in getString()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp224 if (const char *DebugNameStr = DE.getCStr(&Offset)) { in getGNUDebuglinkContents()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp859 return infoData.getCStr(&infoOffset); in getIndexedString()
866 return stringsData.getCStr(&stringOffset); in getIndexedString()