Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaTargetStreamer.cpp25 static std::string getLiteralSectionName(StringRef CSectionName) { in getLiteralSectionName() argument
26 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()