Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp308 std::string CustomSecName; in completeSynthesisAndRegister() local
324 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()