Searched refs:CustomSecName (Results 1 – 1 of 1) sorted by relevance
308 std::string CustomSecName; in completeSynthesisAndRegister() local324 CustomSecName = Sec->getName().substr(0, 15 - IdxStr.size()).str(); in completeSynthesisAndRegister()325 CustomSecName += "."; in completeSynthesisAndRegister()326 CustomSecName += IdxStr; in completeSynthesisAndRegister()327 SecName = StringRef(CustomSecName.data(), 16); in completeSynthesisAndRegister()