LLVM
8.0.1
|
This is the complete list of members for llvm::RuntimeDyldCOFFI386, including all inherited members.
AbsoluteSymbolSection | llvm::RuntimeDyldImpl | protectedstatic |
addRelocationForSection(const RelocationEntry &RE, unsigned SectionID) | llvm::RuntimeDyldImpl | protected |
addRelocationForSymbol(const RelocationEntry &RE, StringRef SymbolName) | llvm::RuntimeDyldImpl | protected |
applyExternalSymbolRelocations(const StringMap< JITEvaluatedSymbol > ExternalSymbolMap) | llvm::RuntimeDyldImpl | protected |
Arch | llvm::RuntimeDyldImpl | protected |
Checker | llvm::RuntimeDyldImpl | protected |
clearError() | llvm::RuntimeDyldImpl | inline |
CommonSymbolList typedef | llvm::RuntimeDyldImpl | protected |
computeGOTSize(const ObjectFile &Obj) | llvm::RuntimeDyldImpl | protected |
computeSectionStubBufSize(const ObjectFile &Obj, const SectionRef &Section) | llvm::RuntimeDyldImpl | protected |
computeTotalAllocSize(const ObjectFile &Obj, uint64_t &CodeSize, uint32_t &CodeAlign, uint64_t &RODataSize, uint32_t &RODataAlign, uint64_t &RWDataSize, uint32_t &RWDataAlign) | llvm::RuntimeDyldImpl | protected |
create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver) | llvm::RuntimeDyldCOFF | static |
createStubFunction(uint8_t *Addr, unsigned AbiVariant=0) | llvm::RuntimeDyldImpl | protected |
deregisterEHFrames() | llvm::RuntimeDyldImpl | |
emitCommonSymbols(const ObjectFile &Obj, CommonSymbolList &CommonSymbols, uint64_t CommonSize, uint32_t CommonAlign) | llvm::RuntimeDyldImpl | protected |
emitSection(const ObjectFile &Obj, const SectionRef &Section, bool IsCode) | llvm::RuntimeDyldImpl | protected |
ErrorStr | llvm::RuntimeDyldImpl | protected |
ExternalSymbolRelocations | llvm::RuntimeDyldImpl | protected |
finalizeAsync(std::unique_ptr< RuntimeDyldImpl > This, std::function< void(Error)> OnEmitted, std::unique_ptr< MemoryBuffer > UnderlyingBuffer) | llvm::RuntimeDyldImpl | static |
finalizeLoad(const ObjectFile &ObjImg, ObjSectionToIDMap &SectionMap) | llvm::RuntimeDyldImpl | inlinevirtual |
findOrEmitSection(const ObjectFile &Obj, const SectionRef &Section, bool IsCode, ObjSectionToIDMap &LocalSections) | llvm::RuntimeDyldImpl | protected |
getErrorString() | llvm::RuntimeDyldImpl | inline |
getGOTEntrySize() | llvm::RuntimeDyldImpl | inlineprotectedvirtual |
getJITSymbolFlags(const SymbolRef &Sym) | llvm::RuntimeDyldImpl | protectedvirtual |
getMaxStubSize() override | llvm::RuntimeDyldCOFFI386 | inlinevirtual |
getSectionAddress(unsigned SectionID) const | llvm::RuntimeDyldImpl | inlineprotected |
getSectionLoadAddress(unsigned SectionID) const | llvm::RuntimeDyldImpl | inlineprotected |
getStubAlignment() override | llvm::RuntimeDyldCOFFI386 | inlinevirtual |
getSymbol(StringRef Name) const | llvm::RuntimeDyldImpl | inline |
getSymbolLocalAddress(StringRef Name) const | llvm::RuntimeDyldImpl | inline |
getSymbolOffset(const SymbolRef &Sym) | llvm::RuntimeDyldCOFF | protected |
getSymbolTable() const | llvm::RuntimeDyldImpl | inline |
GlobalSymbolTable | llvm::RuntimeDyldImpl | protected |
HasError | llvm::RuntimeDyldImpl | protected |
hasError() | llvm::RuntimeDyldImpl | inline |
isCompatibleFile(const object::ObjectFile &Obj) const override | llvm::RuntimeDyldCOFF | virtual |
IsMipsN32ABI | llvm::RuntimeDyldImpl | protected |
IsMipsN64ABI | llvm::RuntimeDyldImpl | protected |
IsMipsO32ABI | llvm::RuntimeDyldImpl | protected |
IsTargetLittleEndian | llvm::RuntimeDyldImpl | protected |
loadObject(const object::ObjectFile &Obj) override | llvm::RuntimeDyldCOFF | virtual |
loadObjectImpl(const object::ObjectFile &Obj) | llvm::RuntimeDyldImpl | protected |
lock | llvm::RuntimeDyldImpl | protected |
mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress) | llvm::RuntimeDyldImpl | |
MemMgr | llvm::RuntimeDyldImpl | protected |
modifyAddressBasedOnFlags(uint64_t Addr, JITSymbolFlags Flags) const | llvm::RuntimeDyldImpl | inlineprotectedvirtual |
ObjSectionToIDMap typedef | llvm::RuntimeDyldImpl | protected |
ProcessAllSections | llvm::RuntimeDyldImpl | protected |
processRelocationRef(unsigned SectionID, relocation_iterator RelI, const ObjectFile &Obj, ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) override | llvm::RuntimeDyldCOFFI386 | inlinevirtual |
readBytesUnaligned(uint8_t *Src, unsigned Size) const | llvm::RuntimeDyldImpl | protected |
reassignSectionAddress(unsigned SectionID, uint64_t Addr) | llvm::RuntimeDyldImpl | |
registerEHFrames() override | llvm::RuntimeDyldCOFFI386 | inlinevirtual |
RelocationList typedef | llvm::RuntimeDyldImpl | protected |
relocationNeedsGot(const RelocationRef &R) const | llvm::RuntimeDyldImpl | inlineprotectedvirtual |
relocationNeedsStub(const RelocationRef &R) const | llvm::RuntimeDyldImpl | inlineprotectedvirtual |
Relocations | llvm::RuntimeDyldImpl | protected |
resolveExternalSymbols() | llvm::RuntimeDyldImpl | protected |
resolveLocalRelocations() | llvm::RuntimeDyldImpl | |
Resolver | llvm::RuntimeDyldImpl | protected |
resolveRelocation(const RelocationEntry &RE, uint64_t Value) override | llvm::RuntimeDyldCOFFI386 | inlinevirtual |
resolveRelocationList(const RelocationList &Relocs, uint64_t Value) | llvm::RuntimeDyldImpl | protected |
resolveRelocations() | llvm::RuntimeDyldImpl | |
RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver) | llvm::RuntimeDyldCOFF | inlineprotected |
RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, JITSymbolResolver &Resolver) | llvm::RuntimeDyldCOFFI386 | inline |
RuntimeDyldImpl(RuntimeDyld::MemoryManager &MemMgr, JITSymbolResolver &Resolver) | llvm::RuntimeDyldImpl | inline |
SectionList typedef | llvm::RuntimeDyldImpl | protected |
Sections | llvm::RuntimeDyldImpl | protected |
setMipsABI(const ObjectFile &Obj) | llvm::RuntimeDyldImpl | inlineprotectedvirtual |
setProcessAllSections(bool ProcessAllSections) | llvm::RuntimeDyldImpl | inline |
setRuntimeDyldChecker(RuntimeDyldCheckerImpl *Checker) | llvm::RuntimeDyldImpl | inline |
SID typedef | llvm::RuntimeDyldImpl | protected |
StubMap typedef | llvm::RuntimeDyldImpl | protected |
writeBytesUnaligned(uint64_t Value, uint8_t *Dst, unsigned Size) const | llvm::RuntimeDyldImpl | protected |
writeInt16BE(uint8_t *Addr, uint16_t Value) | llvm::RuntimeDyldImpl | inlineprotected |
writeInt32BE(uint8_t *Addr, uint32_t Value) | llvm::RuntimeDyldImpl | inlineprotected |
writeInt64BE(uint8_t *Addr, uint64_t Value) | llvm::RuntimeDyldImpl | inlineprotected |
~RuntimeDyldImpl() | llvm::RuntimeDyldImpl | virtual |