Searched refs:CSectionName (Results 1 – 1 of 1) sorted by relevance
25 static std::string getLiteralSectionName(StringRef CSectionName) { in getLiteralSectionName() argument26 std::size_t Pos = CSectionName.find(".text"); in getLiteralSectionName()29 SectionName = CSectionName.substr(0, Pos); in getLiteralSectionName()34 CSectionName = CSectionName.drop_front(Pos); in getLiteralSectionName()35 CSectionName.consume_front(".text"); in getLiteralSectionName()38 SectionName += CSectionName; in getLiteralSectionName()40 SectionName = CSectionName; in getLiteralSectionName()