Home
last modified time | relevance | path

Searched refs:RuntimeDyldMachOARM (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h20 class RuntimeDyldMachOARM
21 : public RuntimeDyldMachOCRTPBase<RuntimeDyldMachOARM> {
23 typedef RuntimeDyldMachOCRTPBase<RuntimeDyldMachOARM> ParentT;
29 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h20 class RuntimeDyldMachOARM
21 : public RuntimeDyldMachOCRTPBase<RuntimeDyldMachOARM> {
23 typedef RuntimeDyldMachOCRTPBase<RuntimeDyldMachOARM> ParentT;
29 RuntimeDyldMachOARM(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOARM() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp355 return make_unique<RuntimeDyldMachOARM>(MemMgr, Resolver); in create()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp352 return make_unique<RuntimeDyldMachOARM>(MemMgr, Resolver); in create()