Searched refs:ProcessAllSections (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h80 /// Set the 'ProcessAllSections' flag.
86 RTDyldObjectLinkingLayer &setProcessAllSections(bool ProcessAllSections) { argument
87 this->ProcessAllSections = ProcessAllSections;
151 bool ProcessAllSections = false; member in class:llvm::orc::RTDyldObjectLinkingLayer
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h249 void setProcessAllSections(bool ProcessAllSections) { argument
251 this->ProcessAllSections = ProcessAllSections;
277 bool ProcessAllSections,
290 bool ProcessAllSections; member in class:llvm::RuntimeDyld
303 bool ProcessAllSections,
H A DExecutionEngine.h439 virtual void setProcessAllSections(bool ProcessAllSections) { argument
440 llvm_unreachable("No support for ProcessAllSections option");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp373 if (I == E && !ProcessAllSections)
425 if (ProcessAllSections) {
543 bool IsRequired = isRequiredForExecution(Section) || ProcessAllSections;
850 if (IsRequired || ProcessAllSections) {
1278 ProcessAllSections = false;
1286 JITSymbolResolver &Resolver, bool ProcessAllSections,
1290 Dyld->setProcessAllSections(ProcessAllSections);
1297 JITSymbolResolver &Resolver, bool ProcessAllSections,
1301 Dyld->setProcessAllSections(ProcessAllSections);
1310 bool ProcessAllSections,
1284 createRuntimeDyldCOFF( Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, JITSymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) argument
1296 createRuntimeDyldELF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, JITSymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) argument
1307 createRuntimeDyldMachO( Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, JITSymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) argument
1418 jitLinkForORC( object::OwningBinary<object::ObjectFile> O, RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver, bool ProcessAllSections, unique_function<Error(const object::ObjectFile &Obj, RuntimeDyld::LoadedObjectInfo &LoadedObj, std::map<StringRef, JITEvaluatedSymbol>)> OnLoaded, unique_function<void(object::OwningBinary<object::ObjectFile>, std::unique_ptr<RuntimeDyld::LoadedObjectInfo>, Error)> OnEmitted) argument
[all...]
H A DRuntimeDyldImpl.h296 bool ProcessAllSections; member in class:llvm::RuntimeDyldImpl
452 ProcessAllSections(false), HasError(false) {
457 void setProcessAllSections(bool ProcessAllSections) { argument
458 this->ProcessAllSections = ProcessAllSections;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h234 void setProcessAllSections(bool ProcessAllSections) override {
235 Dyld.setProcessAllSections(ProcessAllSections);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp155 MemMgrRef, Resolver, ProcessAllSections, local

Completed in 222 milliseconds