Searched refs:setProcessAllSections (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h235 void setProcessAllSections(bool ProcessAllSections) override {
236 Dyld.setProcessAllSections(ProcessAllSections);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h82 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { function in class:llvm::orc::RTDyldObjectLinkingLayer
240 PFC->RTDyld->setProcessAllSections(PFC->ProcessAllSections);
386 void setProcessAllSections(bool ProcessAllSections) { function in namespace:llvm::orc
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h245 void setProcessAllSections(bool ProcessAllSections) { function in class:llvm::RuntimeDyld
246 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
H A DExecutionEngine.h419 /// setProcessAllSections (MCJIT Only): By default, only sections that are
430 virtual void setProcessAllSections(bool ProcessAllSections) { function in class:llvm::ExecutionEngine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h373 void setProcessAllSections(bool ProcessAllSections) override {
374 ObjectLayer.setProcessAllSections(ProcessAllSections);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1278 Dyld->setProcessAllSections(ProcessAllSections);
1289 Dyld->setProcessAllSections(ProcessAllSections);
1302 Dyld->setProcessAllSections(ProcessAllSections);
1417 RTDyld.setProcessAllSections(ProcessAllSections);
H A DRuntimeDyldImpl.h472 void setProcessAllSections(bool ProcessAllSections) { function in class:llvm::RuntimeDyldImpl
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp787 Dyld.setProcessAllSections(true);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp325 m_execution_engine_up->setProcessAllSections(true);

Completed in 105 milliseconds