Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h230 SmallString<0> FakeSectionStrings; variable
735 return FakeSectionStrings; in getSectionStringTable()
857 FakeSectionStrings += '\0'; in createFakeSections()
868 FakeShdr.sh_name = FakeSectionStrings.size(); in createFakeSections()
869 FakeSectionStrings += ("PT_LOAD#" + Twine(Idx)).str(); in createFakeSections()
870 FakeSectionStrings += '\0'; in createFakeSections()