search for: uaexxz

Displaying 5 results from an estimated 5 matches for "uaexxz".

2014 Mar 11
2
[LLVMdev] [RFC] Section Declarations in LLVM IR
...onstruct: $.vdata_for_type = pick_largest read @my_rtti_for_type = pick_largest unnamed_addr constant %rtti_ptr_ty @rtti_complete_object_locator, section $.vdata_for_type, align 4 @vftable_for_type = pick_largest unnamed_addr constant [1 x i8*] [i8* bitcast (void (%struct.S*)* @"\01?fun at S@@UAEXXZ" to i8*)], section $.vdata_for_type, align 4 Attached is a patch to the LangRef. Thanks for reading! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140311/0c06bae6/attachment.html> -------------- n...
2009 Feb 12
1
problem when using xapian's static libs in windows
...mp;,bool)" (??0RemoteDatabase@@IAE at HIABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@_N at Z) libbackend.lib(dbfactory_remote.obj) : error LNK2001: ????????? "public: virtual void __thiscall RemoteDatabase::keep_alive(void)" (?keep_alive at RemoteDatabase@@UAEXXZ) libnet.lib(progclient.obj) : error LNK2001: ????????? "public: virtual void __thiscall RemoteDatabase::keep_alive(void)" (?keep_alive at RemoteDatabase@@UAEXXZ) libnet.lib(tcpclient.obj) : error LNK2001: ????????? "public: virtual void __thiscall RemoteDatabase::keep_alive(void)&quo...
2014 Apr 01
2
[LLVMdev] [RFC] Section Declarations in LLVM IR
...st read > > @my_rtti_for_type = pick_largest unnamed_addr constant %rtti_ptr_ty > > @rtti_complete_object_locator, section $.vdata_for_type, align 4 > > @vftable_for_type = pick_largest unnamed_addr constant [1 x i8*] [i8* > > bitcast (void (%struct.S*)* @"\01?fun at S@@UAEXXZ" to i8*)], section > > $.vdata_for_type, align 4 > > Part of the problem is that it seems that the order is important. We > really should not require that at the llvm IR level. The above global > values could be output in any order. Yeah, let's not rely on order of the...
2004 Mar 12
2
lotus notes 6 not working
...sws.dll", setting to 0xdeadbeef err:module:import_dll No implementation for nxmlpar.dll.??0XmlInputSource@@QAE@XZ imported from L"C:\\Program Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef err:module:import_dll No implementation for nxmlpar.dll.?endDocument@XmlBaseHandler@@UAEXXZ imported from L"C:\\Program Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef err:module:import_dll No implementation for nxmlpar.dll.??_7XmlBaseHandler@@6B@ imported from L"C:\\Program Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef err:module:import_dll No im...
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...gisters_x86@libunwind@@QAEXXZ) referenced in function "public: virtual void __thiscall libunwind::UnwindCursor<class libunwind::LocalAddressSpace,class libunwind::Registers_x86*>::jumpto(void)" (?jumpto@?$UnwindCursor at VLocalAddressSpace@libunwind@@VRegisters_x86 at 2 @@libunwind@@UAEXXZ) lib\unwind.dll : fatal error LNK1120: 1 unresolved externals clang: error: linker command failed with exit code 1120 (use -v to see invocation) ninja: build stopped: subcommand failed. So there were some linking issues. Some assistance would be much appreciated. Microsoft's linker has it'...