Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp115 NonDebugSections.push_back({&Sec, nullptr}); in startSynthesis()
206 for (auto &NDSP : NonDebugSections) { in startSynthesis()
251 for (auto &NDSec : NonDebugSections) { in completeSynthesisAndRegister()
321 SmallVector<SectionPair, 16> NonDebugSections; member in __anon8485bb280111::MachODebugObjectSynthesizer
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp