Home
last modified time | relevance | path

Searched defs:Dyld (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp189 RuntimeDyld &Dyld, const object::ObjectFile &Obj) { in notifyObjectLoaded()
295 RuntimeDyld &Dyld, std::vector<SectionAlloc> &Allocs, in mapAllocsToRemoteAddrs()
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp421 RuntimeDyld Dyld(MemMgr, MemMgr); in printLineInfoForInput() local
553 RuntimeDyld Dyld(MemMgr, MemMgr); in executeInput() local
648 void applySpecificSectionMappings(RuntimeDyld &Dyld, in applySpecificSectionMappings()
689 RuntimeDyld &Dyld, in remapSectionsAndSymbols()
839 RuntimeDyld Dyld(MemMgr, MemMgr); in linkAndVerify() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h300 std::unique_ptr<RuntimeDyldImpl> Dyld; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h175 RuntimeDyld Dyld; variable
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DFuchsia.cpp107 std::string Dyld = D.DyldPrefix; in ConstructJob() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1315 std::unique_ptr<RuntimeDyldCOFF> Dyld = in createRuntimeDyldCOFF() local
1326 std::unique_ptr<RuntimeDyldELF> Dyld = in createRuntimeDyldELF() local
1339 std::unique_ptr<RuntimeDyldMachO> Dyld = in createRuntimeDyldMachO() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp10434 MachO::dylinker_command Dyld = Obj->getDylinkerCommand(Command); in PrintLoadCommands() local