Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp113 DebugSections.push_back({&Sec, nullptr}); in startSynthesis()
119 if (DebugSections.empty()) in startSynthesis()
137 for (auto &DSec : DebugSections) { in startSynthesis()
260 for (auto &DSec : DebugSections) { in completeSynthesisAndRegister()
320 SmallVector<SectionPair, 16> DebugSections; member in __anon8485bb280111::MachODebugObjectSynthesizer
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp1286 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections; in emitDebugSections() local
1291 emitDebugSectionImpl(DI, SecName, DebugSections)); in emitDebugSections()
1295 return std::move(DebugSections); in emitDebugSections()