Home
last modified time | relevance | path

Searched refs:StrOff (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp299 uint32_t GsymCreator::copyString(const GsymCreator &SrcGC, uint32_t StrOff) { in copyString() argument
301 if (StrOff == 0) in copyString()
303 return StrTab.add(SrcGC.StringOffsetMap.find(StrOff)->second); in copyString()
324 const uint32_t StrOff = StrTab.add(CHStr); in insertString() local
328 if (StringOffsetMap.count(StrOff) == 0) in insertString()
329 StringOffsetMap.insert(std::make_pair(StrOff, CHStr)); in insertString()
330 return StrOff; in insertString()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h229 uint32_t copyString(const GsymCreator &SrcGC, uint32_t StrOff);
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1779 uint64_t StrOff = DA.getAddress(C); in verifyDebugStrOffsets() local
1781 if (StrOff == 0) in verifyDebugStrOffsets()
1783 if (StrData.size() <= StrOff) { in verifyDebugStrOffsets()
1787 SectionName, StartOffset, Index, OffOff, StrOff, StrData.size()); in verifyDebugStrOffsets()
1790 if (StrData[StrOff - 1] == '\0') in verifyDebugStrOffsets()
1795 SectionName, StartOffset, Index, OffOff, StrOff); in verifyDebugStrOffsets()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h88 uint32_t StrOff; ///< Offset of string section member
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp128 uint32_t StrOff = Extractor.getU32(C); in parseBTF() local
130 uint32_t StrStart = HdrLen + StrOff; in parseBTF()