Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h186 SmallString<0> FakeSectionStrings; variable
656 return FakeSectionStrings; in getSectionStringTable()
778 FakeSectionStrings += '\0'; in createFakeSections()
789 FakeShdr.sh_name = FakeSectionStrings.size(); in createFakeSections()
790 FakeSectionStrings += ("PT_LOAD#" + Twine(Idx)).str(); in createFakeSections()
791 FakeSectionStrings += '\0'; in createFakeSections()