Searched defs:Dyld (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h55 RuntimeDyldImpl *Dyld; member in class:llvm::RuntimeDyld
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h42 RuntimeDyld Dyld; member in class:llvm::MCJIT
/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h270 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
296 std::unique_ptr<RuntimeDyldImpl> Dyld; member in class:llvm::RuntimeDyld
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h184 RuntimeDyld Dyld; member in class:llvm::MCJIT
237 Dyld.setProcessAllSections(ProcessAllSections);
283 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp985 Dyld = nullptr;
996 std::unique_ptr<RuntimeDyldCOFF> Dyld = local
998 Dyld->setProcessAllSections(ProcessAllSections);
999 Dyld->setRuntimeDyldChecker(Checker);
1000 return Dyld;
1007 std::unique_ptr<RuntimeDyldELF> Dyld(new RuntimeDyldELF(MM, Resolver));
1008 Dyld->setProcessAllSections(ProcessAllSections);
1009 Dyld->setRuntimeDyldChecker(Checker);
1010 return Dyld;
1018 std::unique_ptr<RuntimeDyldMachO> Dyld local
[all...]
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8933 MachO::dylinker_command Dyld = Obj->getDylinkerCommand(Command); local
8934 PrintDyldLoadCommand(Dyld, Command.Ptr);

Completed in 824 milliseconds