Home
last modified time | relevance | path

Searched refs:RuntimeDyld (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h52 class RuntimeDyld {
53 RuntimeDyld(const RuntimeDyld &); // DO NOT IMPLEMENT
54 void operator=(const RuntimeDyld &); // DO NOT IMPLEMENT
65 RuntimeDyld(RTDyldMemoryManager*);
66 ~RuntimeDyld();
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp431 RuntimeDyld::RuntimeDyld(RTDyldMemoryManager *mm) { in RuntimeDyld() function in llvm::RuntimeDyld
436 RuntimeDyld::~RuntimeDyld() { in ~RuntimeDyld()
440 bool RuntimeDyld::loadObject(MemoryBuffer *InputBuffer) { in loadObject()
478 void *RuntimeDyld::getSymbolAddress(StringRef Name) { in getSymbolAddress()
482 uint64_t RuntimeDyld::getSymbolLoadAddress(StringRef Name) { in getSymbolLoadAddress()
486 void RuntimeDyld::resolveRelocations() { in resolveRelocations()
490 void RuntimeDyld::reassignSectionAddress(unsigned SectionID, in reassignSectionAddress()
495 void RuntimeDyld::mapSectionAddress(void *LocalAddress, in mapSectionAddress()
500 StringRef RuntimeDyld::getErrorString() { in getErrorString()
DLLVMBuild.txt1 ;===- ./lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt ----------*- Conf -*--===;
20 name = RuntimeDyld
DCMakeLists.txt3 RuntimeDyld.cpp
/external/llvm/tools/llvm-rtdyld/
DCMakeLists.txt1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object RuntimeDyld JIT)
DMakefile12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT
DLLVMBuild.txt22 required_libraries = JIT MC Object RuntimeDyld Support all-targets
Dllvm-rtdyld.cpp115 RuntimeDyld Dyld(MemMgr); in executeInput()
/external/llvm/lib/ExecutionEngine/
DMakefile14 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
DCMakeLists.txt12 add_subdirectory(RuntimeDyld)
DLLVMBuild.txt19 subdirectories = Interpreter JIT MCJIT RuntimeDyld IntelJITEvents OProfileJIT
/external/llvm/lib/ExecutionEngine/MCJIT/
DLLVMBuild.txt22 required_libraries = Core ExecutionEngine RuntimeDyld Support Target
DMCJIT.h32 RuntimeDyld Dyld;
/external/llvm/lib/ExecutionEngine/JIT/
DLLVMBuild.txt22 required_libraries = CodeGen Core ExecutionEngine MC RuntimeDyld Support Target