Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp29 static const char *SynthDebugSectionName = "__jitlink_synth_debug_object"; variable
45 if (G.findSectionByName(SynthDebugSectionName)) { in preserveDebugSections()
49 << SynthDebugSectionName << " section.\n"; in preserveDebugSections()
99 dbgs() << "Creating " << SynthDebugSectionName << " for " << G.getName() in startSynthesis()
228 auto &SDOSec = G.createSection(SynthDebugSectionName, MemProt::Read); in startSynthesis()