Searched refs:RuntimeDyld (Results 1 – 14 of 14) sorted by relevance
52 class RuntimeDyld {53 RuntimeDyld(const RuntimeDyld &); // DO NOT IMPLEMENT54 void operator=(const RuntimeDyld &); // DO NOT IMPLEMENT65 RuntimeDyld(RTDyldMemoryManager*);66 ~RuntimeDyld();
431 RuntimeDyld::RuntimeDyld(RTDyldMemoryManager *mm) { in RuntimeDyld() function in llvm::RuntimeDyld436 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()
1 ;===- ./lib/ExecutionEngine/RuntimeDyld/LLVMBuild.txt ----------*- Conf -*--===;20 name = RuntimeDyld
3 RuntimeDyld.cpp
1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object RuntimeDyld JIT)
12 LINK_COMPONENTS := all-targets support MC object RuntimeDyld JIT
22 required_libraries = JIT MC Object RuntimeDyld Support all-targets
115 RuntimeDyld Dyld(MemMgr); in executeInput()
14 PARALLEL_DIRS = Interpreter JIT MCJIT RuntimeDyld
12 add_subdirectory(RuntimeDyld)
19 subdirectories = Interpreter JIT MCJIT RuntimeDyld IntelJITEvents OProfileJIT
22 required_libraries = Core ExecutionEngine RuntimeDyld Support Target
32 RuntimeDyld Dyld;
22 required_libraries = CodeGen Core ExecutionEngine MC RuntimeDyld Support Target