Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp25 static const char *SynthDebugSectionName = "__jitlink_synth_debug_object"; variable
54 if (G.findSectionByName(SynthDebugSectionName)) { in preserveDebugSections()
58 << SynthDebugSectionName << " section.\n"; in preserveDebugSections()
123 dbgs() << "Creating " << SynthDebugSectionName << " for " << G.getName() in startSynthesis()
126 auto &SDOSec = G.createSection(SynthDebugSectionName, MemProt::Read); in startSynthesis()