HomeSort by relevance Sort by last modified time
    Searched defs:Dyld (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 218 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
225 std::unique_ptr<RuntimeDyldImpl> Dyld;
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 185 RuntimeDyld Dyld;
227 Dyld.setProcessAllSections(ProcessAllSections);
273 Dyld.mapSectionAddress(LocalAddress, TargetAddress);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 28 #define DEBUG_TYPE "dyld"
853 Dyld = nullptr;
864 std::unique_ptr<RuntimeDyldCOFF> Dyld =
866 Dyld->setProcessAllSections(ProcessAllSections);
867 Dyld->setRuntimeDyldChecker(Checker);
868 return Dyld;
875 std::unique_ptr<RuntimeDyldELF> Dyld(new RuntimeDyldELF(MM, Resolver))
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 1091 milliseconds