Go to the source code of this file.
|
| llvm |
| This class represents lattice values for constants.
|
|
|
static void | llvm::dumpSectionMemory (const SectionEntry &S, StringRef State) |
|
static Error | llvm::getOffset (const SymbolRef &Sym, SectionRef Sec, uint64_t &Result) |
|
static uint64_t | llvm::computeAllocationSizeForSections (std::vector< uint64_t > &SectionSizes, uint64_t Alignment) |
|
static bool | llvm::isRequiredForExecution (const SectionRef Section) |
|
static bool | llvm::isReadOnlyData (const SectionRef Section) |
|
static bool | llvm::isZeroInit (const SectionRef Section) |
|
static std::unique_ptr< RuntimeDyldCOFF > | llvm::createRuntimeDyldCOFF (Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, JITSymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) |
|
static std::unique_ptr< RuntimeDyldELF > | llvm::createRuntimeDyldELF (Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, JITSymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) |
|
static std::unique_ptr< RuntimeDyldMachO > | llvm::createRuntimeDyldMachO (Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, JITSymbolResolver &Resolver, bool ProcessAllSections, RuntimeDyldCheckerImpl *Checker) |
|
void | llvm::jitLinkForORC (object::ObjectFile &Obj, std::unique_ptr< MemoryBuffer > UnderlyingBuffer, RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver, bool ProcessAllSections, std::function< Error(std::unique_ptr< RuntimeDyld::LoadedObjectInfo > LoadedObj, std::map< StringRef, JITEvaluatedSymbol >)> OnLoaded, std::function< void(Error)> OnEmitted) |
|
◆ DEBUG_TYPE
#define DEBUG_TYPE "dyld" |
◆ RuntimeDyldErrorCode