Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCWinEH.cpp45 StringRef CodeSecName = Section->getSectionName(); in getUnwindInfoSection() local
46 if (CodeSecName == ".text") in getUnwindInfoSection()
49 if (CodeSecName.startswith(".text$")) in getUnwindInfoSection()
50 CodeSecName = CodeSecName.substr(6); in getUnwindInfoSection()
52 return Context.getCOFFSection((SecName + Twine('$') + CodeSecName).str(), in getUnwindInfoSection()