Searched defs:ProcessAllSections (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DObjectLinkingLayer.h105 bool ProcessAllSections)
110 ProcessAllSections)) {
122 RTDyld.setProcessAllSections(PFC->ProcessAllSections);
181 FinalizerFtor Finalizer, bool ProcessAllSections)
184 ProcessAllSections(ProcessAllSections) {}
189 bool ProcessAllSections; member in struct:llvm::orc::ObjectLinkingLayer::PreFinalizeContents
206 bool ProcessAllSections) {
211 ProcessAllSections);
228 ProcessAllSections(fals
102 ConcreteLinkedObjectSet(ObjSetT Objects, MemoryManagerPtrT MemMgr, SymbolResolverPtrT Resolver, FinalizerFtor Finalizer, bool ProcessAllSections) argument
180 PreFinalizeContents(ObjSetT Objects, SymbolResolverPtrT Resolver, FinalizerFtor Finalizer, bool ProcessAllSections) argument
203 createLinkedObjectSet(ObjSetT Objects, MemoryManagerPtrT MemMgr, SymbolResolverPtrT Resolver, FinalizerFtor Finalizer, bool ProcessAllSections) argument
236 setProcessAllSections(bool ProcessAllSections) argument
351 bool ProcessAllSections; member in namespace:llvm::orc
[all...]
/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h269 void setProcessAllSections(bool ProcessAllSections) { argument
271 this->ProcessAllSections = ProcessAllSections;
299 bool ProcessAllSections; member in class:llvm::RuntimeDyld
H A DExecutionEngine.h418 virtual void setProcessAllSections(bool ProcessAllSections) { argument
419 llvm_unreachable("No support for ProcessAllSections option");
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h279 bool ProcessAllSections; member in class:llvm::RuntimeDyldImpl
425 ProcessAllSections(false), HasError(false) {
430 void setProcessAllSections(bool ProcessAllSections) { argument
431 this->ProcessAllSections = ProcessAllSections;
H A DRuntimeDyld.cpp303 if (I == E && !ProcessAllSections)
986 ProcessAllSections = false;
995 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) {
998 Dyld->setProcessAllSections(ProcessAllSections);
1006 bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) {
1008 Dyld->setProcessAllSections(ProcessAllSections);
1016 bool ProcessAllSections,
1020 Dyld->setProcessAllSections(ProcessAllSections);
1029 Dyld = createRuntimeDyldELF(MemMgr, Resolver, ProcessAllSections, Checker);
1033 ProcessAllSections, Checke
993 createRuntimeDyldCOFF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, RuntimeDyld::SymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) argument
1004 createRuntimeDyldELF(RuntimeDyld::MemoryManager &MM, RuntimeDyld::SymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) argument
1014 createRuntimeDyldMachO(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, RuntimeDyld::SymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) argument
[all...]

Completed in 77 milliseconds