Lines Matching refs:SectionName
27 std::string SectionName; in getLiteralSectionName() local
29 SectionName = CSectionName.substr(0, Pos); in getLiteralSectionName()
32 SectionName += ".text"; in getLiteralSectionName()
37 SectionName += ".literal"; in getLiteralSectionName()
38 SectionName += CSectionName; in getLiteralSectionName()
40 SectionName = CSectionName; in getLiteralSectionName()
41 SectionName += ".literal"; in getLiteralSectionName()
43 return SectionName; in getLiteralSectionName()
89 std::string SectionName = getLiteralSectionName(CS->getName()); in emitLiteral() local
92 SectionName, ELF::SHT_PROGBITS, ELF::SHF_EXECINSTR | ELF::SHF_ALLOC); in emitLiteral()
109 std::string SectionName = getLiteralSectionName(BaseSection->getName()); in startLiteralSection() local
112 SectionName, ELF::SHT_PROGBITS, ELF::SHF_EXECINSTR | ELF::SHF_ALLOC); in startLiteralSection()