search for: processallsect

Displaying 3 results from an estimated 3 matches for "processallsect".

2016 Oct 07
3
RuntimeDyLdCOFF and RTTI on Windows
...o other windows JIT users. I am facing the issue that C++ dynamic_cast doesn't work for types > loaded from object files with RuntimeDyLd. <snip> Do you think it is possible that RuntimeDyLd misses type info data in > the COFF file or doesn't wire it up correctly? > I set ProcessAllSections = true, but I didn't recognize any change. I > found that RuntimeDyLdCOFF does not override finalizeLoad like the ELF > and MachO versions. The function call's comment reads "Give the > subclasses a chance to tie-up any loose ends" -- possibly missing > functionali...
2016 Oct 24
2
RuntimeDyLdCOFF and RTTI on Windows
..._cast doesn't work for types >>> loaded from object files with RuntimeDyLd. >> >> >> <snip> >> >> Do you think it is possible that RuntimeDyLd misses type info data in >>> the COFF file or doesn't wire it up correctly? >>> I set ProcessAllSections = true, but I didn't recognize any change. I >>> found that RuntimeDyLdCOFF does not override finalizeLoad like the ELF >>> and MachO versions. The function call's comment reads "Give the >>> subclasses a chance to tie-up any loose ends" -- possibly...
2020 Apr 16
4
ORC Assertion failure
...arams_1>) Line 280 C++ libravi.dll!llvm::jitLinkForORC(llvm::object::ObjectFile & Obj, std::unique_ptr<llvm::MemoryBuffer,std::default_delete<llvm::MemoryBuffer>> UnderlyingBuffer, llvm::RuntimeDyld::MemoryManager & MemMgr, llvm::JITSymbolResolver & Resolver, bool ProcessAllSections, llvm::unique_function<llvm::Error __cdecl(std::unique_ptr<llvm::RuntimeDyld::LoadedObjectInfo,std::default_delete<llvm::RuntimeDyld::LoadedObjectInfo>>,std::map<llvm::StringRef,llvm::JITEvaluatedSymbol,std::less<llvm::StringRef>,std::allocator<std::pair<llvm::Stri...