Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
HDDebuggerSupportPlugin.cpp113 DebugSections.push_back({&Sec, nullptr}); in startSynthesis()
119 if (DebugSections.empty()) in startSynthesis()
141 for (auto &DSec : DebugSections) { in startSynthesis()
254 for (auto &DSec : DebugSections) { in completeSynthesisAndRegister()
314 SmallVector<SectionPair, 16> DebugSections; member in __anon4ead84470111::MachODebugObjectSynthesizer
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDDWARFEmitter.cpp1260 StringMap<std::unique_ptr<MemoryBuffer>> DebugSections; in emitDebugSections() local
1265 emitDebugSectionImpl(DI, SecName, DebugSections)); in emitDebugSections()
1269 return std::move(DebugSections); in emitDebugSections()