Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELF.h273 SmallString<0> FakeSectionStrings; variable
783 return FakeSectionStrings; in getSectionStringTable()
905 FakeSectionStrings += '\0'; in createFakeSections()
916 FakeShdr.sh_name = FakeSectionStrings.size(); in createFakeSections()
917 FakeSectionStrings += ("PT_LOAD#" + Twine(Idx)).str(); in createFakeSections()
918 FakeSectionStrings += '\0'; in createFakeSections()