HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeDyldImpl (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.h 17 #include "RuntimeDyldImpl.h"
27 class RuntimeDyldCOFF : public RuntimeDyldImpl {
41 : RuntimeDyldImpl(MemMgr, Resolver) {}
RuntimeDyldCheckerImpl.h 13 #include "RuntimeDyldImpl.h"
19 friend class RuntimeDyldImpl;
42 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; }
65 const RuntimeDyldImpl::StubMap &RTDyldStubs);
RuntimeDyld.cpp 18 #include "RuntimeDyldImpl.h"
67 RuntimeDyldImpl::~RuntimeDyldImpl() {}
74 void RuntimeDyldImpl::registerEHFrames() {}
76 void RuntimeDyldImpl::deregisterEHFrames() {}
119 void RuntimeDyldImpl::resolveRelocations() {
152 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
173 Expected<RuntimeDyldImpl::ObjSectionToIDMap>
174 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) {
410 Error RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj
    [all...]
RuntimeDyldMachO.h 17 #include "RuntimeDyldImpl.h"
27 class RuntimeDyldMachO : public RuntimeDyldImpl {
54 : RuntimeDyldImpl(MemMgr, Resolver) {}
RuntimeDyldCOFF.cpp 32 LoadedCOFFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
RuntimeDyldImpl.h 1 //===-- RuntimeDyldImpl.h - Run-time dynamic linker for MC-JIT --*- C++ -*-===//
220 class RuntimeDyldImpl {
241 #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1))
422 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr,
428 virtual ~RuntimeDyldImpl();
RuntimeDyldELF.h 17 #include "RuntimeDyldImpl.h"
27 class RuntimeDyldELF : public RuntimeDyldImpl {
RuntimeDyldMachO.cpp 32 LoadedMachOObjectInfo(RuntimeDyldImpl &RTDyld,
RuntimeDyldChecker.cpp 12 #include "RuntimeDyldImpl.h"
    [all...]
RuntimeDyldELF.cpp 102 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
188 : RuntimeDyldImpl(MemMgr, Resolver), GOTSectionID(0), CurrentGOTIndex(0) {}
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
RuntimeDyld.h 22 class RuntimeDyldImpl;
53 // RuntimeDyldImpl is the actual class. RuntimeDyld is just the public
55 RuntimeDyldImpl *Dyld;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.h 17 #include "RuntimeDyldImpl.h"
27 class RuntimeDyldCOFF : public RuntimeDyldImpl {
41 : RuntimeDyldImpl(MemMgr, Resolver) {}
RuntimeDyldCheckerImpl.h 13 #include "RuntimeDyldImpl.h"
19 friend class RuntimeDyldImpl;
42 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; }
67 const RuntimeDyldImpl::StubMap &RTDyldStubs);
RuntimeDyldMachO.h 17 #include "RuntimeDyldImpl.h"
27 class RuntimeDyldMachO : public RuntimeDyldImpl {
54 : RuntimeDyldImpl(MemMgr, Resolver) {}
RuntimeDyld.cpp 18 #include "RuntimeDyldImpl.h"
67 RuntimeDyldImpl::~RuntimeDyldImpl() {}
74 void RuntimeDyldImpl::registerEHFrames() {}
76 void RuntimeDyldImpl::deregisterEHFrames() {
121 void RuntimeDyldImpl::resolveRelocations() {
152 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress,
173 Expected<RuntimeDyldImpl::ObjSectionToIDMap>
174 RuntimeDyldImpl::loadObjectImpl(const object::ObjectFile &Obj) {
461 Error RuntimeDyldImpl::computeTotalAllocSize(const ObjectFile &Obj
    [all...]
RuntimeDyldCOFF.cpp 34 RuntimeDyldImpl &RTDyld,
RuntimeDyldImpl.h 1 //===-- RuntimeDyldImpl.h - Run-time dynamic linker for MC-JIT --*- C++ -*-===//
242 class RuntimeDyldImpl {
263 #define RTDYLD_INVALID_SECTION_ID ((RuntimeDyldImpl::SID)(-1))
470 RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr,
476 virtual ~RuntimeDyldImpl();
RuntimeDyldELF.h 17 #include "RuntimeDyldImpl.h"
27 class RuntimeDyldELF : public RuntimeDyldImpl {
RuntimeDyldMachO.cpp 33 LoadedMachOObjectInfo(RuntimeDyldImpl &RTDyld,
RuntimeDyldChecker.cpp 12 #include "RuntimeDyldImpl.h"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 15 #include "RuntimeDyldImpl.h"
21 RuntimeDyldImpl::~RuntimeDyldImpl() {}
25 void RuntimeDyldImpl::extractFunction(StringRef Name, uint8_t *StartAddress,
45 void RuntimeDyldImpl::resolveRelocations() {
RuntimeDyldImpl.h 1 //===-- RuntimeDyldImpl.h - Run-time dynamic linker for MC-JIT ------*- C++ -*-===//
35 class RuntimeDyldImpl {
69 RuntimeDyldImpl(RTDyldMemoryManager *mm) : MemMgr(mm), HasError(false) {}
71 virtual ~RuntimeDyldImpl();
98 class RuntimeDyldMachO : public RuntimeDyldImpl {
136 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 57 class RuntimeDyldImpl;
70 friend class RuntimeDyldImpl;
75 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
87 RuntimeDyldImpl &RTDyld;
253 // RuntimeDyldImpl is the actual class. RuntimeDyld is just the public
255 std::unique_ptr<RuntimeDyldImpl> Dyld;
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 48 class RuntimeDyldImpl;
77 friend class RuntimeDyldImpl;
81 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap)
93 RuntimeDyldImpl &RTDyld;
103 LoadedObjectInfoHelper(RuntimeDyldImpl &RTDyld,
294 // RuntimeDyldImpl is the actual class. RuntimeDyld is just the public
296 std::unique_ptr<RuntimeDyldImpl> Dyld;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOARM.h 38 auto Flags = RuntimeDyldImpl::getJITSymbolFlags(SR);

Completed in 499 milliseconds

1 2