Searched defs:setProcessAllSections (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h239 void setProcessAllSections(bool ProcessAllSections) { function in class:llvm::RuntimeDyld
240 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
H A DExecutionEngine.h407 /// setProcessAllSections (MCJIT Only): By default, only sections that are
418 virtual void setProcessAllSections(bool ProcessAllSections) { function in class:llvm::ExecutionEngine
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h46 RTDyld->setProcessAllSections(ProcessAllSections);
156 void setProcessAllSections(bool ProcessAllSections) { function in class:llvm::orc::ObjectLinkingLayer
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h438 void setProcessAllSections(bool ProcessAllSections) { function in class:llvm::RuntimeDyldImpl

Completed in 123 milliseconds