LLVM 19.0.0git
llvm::RuntimeDyldELF Member List

This is the complete list of members for llvm::RuntimeDyldELF, including all inherited members.

AbsoluteSymbolSectionllvm::RuntimeDyldImplprotectedstatic
addRelocationForSection(const RelocationEntry &RE, unsigned SectionID)llvm::RuntimeDyldImplprotected
addRelocationForSymbol(const RelocationEntry &RE, StringRef SymbolName)llvm::RuntimeDyldImplprotected
applyExternalSymbolRelocations(const StringMap< JITEvaluatedSymbol > ExternalSymbolMap)llvm::RuntimeDyldImplprotected
Archllvm::RuntimeDyldImplprotected
clearError()llvm::RuntimeDyldImplinline
CommonSymbolList typedefllvm::RuntimeDyldImplprotected
computeGOTSize(const ObjectFile &Obj)llvm::RuntimeDyldImplprotected
computeSectionStubBufSize(const ObjectFile &Obj, const SectionRef &Section)llvm::RuntimeDyldImplprotected
computeTotalAllocSize(const ObjectFile &Obj, uint64_t &CodeSize, Align &CodeAlign, uint64_t &RODataSize, Align &RODataAlign, uint64_t &RWDataSize, Align &RWDataAlign)llvm::RuntimeDyldImplprotected
create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver)llvm::RuntimeDyldELFstatic
createStubFunction(uint8_t *Addr, unsigned AbiVariant=0)llvm::RuntimeDyldImplprotected
deregisterEHFrames()llvm::RuntimeDyldImpl
emitCommonSymbols(const ObjectFile &Obj, CommonSymbolList &CommonSymbols, uint64_t CommonSize, uint32_t CommonAlign)llvm::RuntimeDyldImplprotected
emitSection(const ObjectFile &Obj, const SectionRef &Section, bool IsCode)llvm::RuntimeDyldImplprotected
ErrorStrllvm::RuntimeDyldImplprotected
ExternalSymbolRelocationsllvm::RuntimeDyldImplprotected
finalizeAsync(std::unique_ptr< RuntimeDyldImpl > This, unique_function< void(object::OwningBinary< object::ObjectFile >, std::unique_ptr< RuntimeDyld::LoadedObjectInfo >, Error)> OnEmitted, object::OwningBinary< object::ObjectFile > O, std::unique_ptr< RuntimeDyld::LoadedObjectInfo > Info)llvm::RuntimeDyldImplstatic
finalizeLoad(const ObjectFile &Obj, ObjSectionToIDMap &SectionMap) overridellvm::RuntimeDyldELFvirtual
findOrEmitSection(const ObjectFile &Obj, const SectionRef &Section, bool IsCode, ObjSectionToIDMap &LocalSections)llvm::RuntimeDyldImplprotected
getErrorString()llvm::RuntimeDyldImplinline
getGOTEntrySize() overridellvm::RuntimeDyldELFprotectedvirtual
getJITSymbolFlags(const SymbolRef &Sym)llvm::RuntimeDyldImplprotectedvirtual
getSectionAddress(unsigned SectionID) constllvm::RuntimeDyldImplinline
getSectionContent(unsigned SectionID) constllvm::RuntimeDyldImplinline
getSectionLoadAddress(unsigned SectionID) constllvm::RuntimeDyldImplinline
getSymbol(StringRef Name) constllvm::RuntimeDyldImplinline
getSymbolLocalAddress(StringRef Name) constllvm::RuntimeDyldImplinline
getSymbolSectionID(StringRef Name) constllvm::RuntimeDyldImplinline
getSymbolTable() constllvm::RuntimeDyldImplinline
GlobalSymbolTablellvm::RuntimeDyldImplprotected
hasError()llvm::RuntimeDyldImplinline
HasErrorllvm::RuntimeDyldImplprotected
isCompatibleFile(const object::ObjectFile &Obj) const overridellvm::RuntimeDyldELFvirtual
IsMipsN32ABIllvm::RuntimeDyldImplprotected
IsMipsN64ABIllvm::RuntimeDyldImplprotected
IsMipsO32ABIllvm::RuntimeDyldImplprotected
IsTargetLittleEndianllvm::RuntimeDyldImplprotected
loadObject(const object::ObjectFile &O) overridellvm::RuntimeDyldELFvirtual
loadObjectImpl(const object::ObjectFile &Obj)llvm::RuntimeDyldImplprotected
lockllvm::RuntimeDyldImplprotected
mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress)llvm::RuntimeDyldImpl
MemMgrllvm::RuntimeDyldImplprotected
modifyAddressBasedOnFlags(uint64_t Addr, JITSymbolFlags Flags) constllvm::RuntimeDyldImplinlineprotectedvirtual
NotifyStubEmittedllvm::RuntimeDyldImplprotected
NotifyStubEmittedFunction typedefllvm::RuntimeDyldImplprotected
ObjSectionToIDMap typedefllvm::RuntimeDyldImplprotected
ProcessAllSectionsllvm::RuntimeDyldImplprotected
processRelocationRef(unsigned SectionID, relocation_iterator RelI, const ObjectFile &Obj, ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) overridellvm::RuntimeDyldELFvirtual
readBytesUnaligned(uint8_t *Src, unsigned Size) constllvm::RuntimeDyldImplprotected
reassignSectionAddress(unsigned SectionID, uint64_t Addr)llvm::RuntimeDyldImpl
registerEHFrames() overridellvm::RuntimeDyldELFvirtual
RelocationList typedefllvm::RuntimeDyldImplprotected
Relocationsllvm::RuntimeDyldImplprotected
resolveExternalSymbols()llvm::RuntimeDyldImplprotected
resolveLocalRelocations()llvm::RuntimeDyldImpl
Resolverllvm::RuntimeDyldImplprotected
resolveRelocation(const RelocationEntry &RE, uint64_t Value) overridellvm::RuntimeDyldELFvirtual
resolveRelocationList(const RelocationList &Relocs, uint64_t Value)llvm::RuntimeDyldImplprotected
resolveRelocations()llvm::RuntimeDyldImpl
RuntimeDyldELF(RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver)llvm::RuntimeDyldELF
RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver)llvm::RuntimeDyldImplinline
SectionList typedefllvm::RuntimeDyldImplprotected
Sectionsllvm::RuntimeDyldImplprotected
SectionToGOTMapllvm::RuntimeDyldELFprotected
setNotifyStubEmitted(NotifyStubEmittedFunction NotifyStubEmitted)llvm::RuntimeDyldImplinline
setProcessAllSections(bool ProcessAllSections)llvm::RuntimeDyldImplinline
SID typedefllvm::RuntimeDyldImplprotected
StubMap typedefllvm::RuntimeDyldImplprotected
writeBytesUnaligned(uint64_t Value, uint8_t *Dst, unsigned Size) constllvm::RuntimeDyldImplprotected
writeInt16BE(uint8_t *Addr, uint16_t Value)llvm::RuntimeDyldImplinlineprotected
writeInt32BE(uint8_t *Addr, uint32_t Value)llvm::RuntimeDyldImplinlineprotected
writeInt64BE(uint8_t *Addr, uint64_t Value)llvm::RuntimeDyldImplinlineprotected
~RuntimeDyldELF() overridellvm::RuntimeDyldELF
~RuntimeDyldImpl()llvm::RuntimeDyldImplvirtual