Searched refs:StrOff (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 356 uint32_t GsymCreator::copyString(const GsymCreator &SrcGC, uint32_t StrOff) { in forEachFunctionInfo() 358 if (StrOff == 0) in forEachFunctionInfo() 360 return StrTab.add(SrcGC.StringOffsetMap.find(StrOff)->second); in forEachFunctionInfo() 381 const uint32_t StrOff = StrTab.add(CHStr); in getFirstFunctionAddress() 385 StringOffsetMap.try_emplace(StrOff, CHStr); in getLastFunctionAddress() 386 return StrOff; in getLastFunctionAddress() 306 copyString(const GsymCreator & SrcGC,uint32_t StrOff) copyString() argument 331 const uint32_t StrOff = StrTab.add(CHStr); insertString() local
|
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | GsymCreator.h | 228 /// \param StrOff The string table offset from \a SrcGC to copy. 230 uint32_t copyString(const GsymCreator &SrcGC, uint32_t StrOff);
|
/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTF.h | 88 uint32_t StrOff; ///< Offset of string section member
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 2130 uint64_t StrOff = DA.getAddress(C); 2131 // check StrOff refers to the start of a string 2132 if (StrOff == 0) 2134 if (StrData.size() <= StrOff) { 2141 SectionName, StartOffset, Index, OffOff, StrOff, 2146 if (StrData[StrOff - 1] == '\0') 2154 SectionName, StartOffset, Index, OffOff, StrOff); 1977 uint64_t StrOff = DA.getAddress(C); verifyDebugStrOffsets() local
|
/llvm-project/llvm/lib/DebugInfo/BTF/ |
H A D | BTFParser.cpp | 128 uint32_t StrOff = Extractor.getU32(C); in parseBTF() local 130 uint32_t StrStart = HdrLen + StrOff; in parseBTF()
|
/llvm-project/llvm/unittests/DebugInfo/BTF/ |
H A D | BTFParserTest.cpp | 71 Header.StrOff = offsetof(B, Strings) - sizeof(Header); in B() 247 Mock2.BTFSectionLen = offsetof(BTF::Header, StrOff); in TEST() 466 BTFHeader.StrOff = 0; in makeObj()
|