search for: _do_call

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

Did you mean: do_call
2020 Jan 22
4
Longstanding failing tests - clang-tidy, MachO, Polly
...486 std::_Func_impl_no_alloc<bool (__cdecl *)(class llvm::object::ObjectFile &, class llvm::DWARFContext &, class llvm::Twine, class llvm::raw_ostream &), bool, class llvm::object::ObjectFile &, class llvm::DWARFContext &, class llvm::Twine, class llvm::raw_ostream &>::_Do_call(class llvm::object::ObjectFile &, class llvm::DWARFContext &, class llvm::Twine &&, class llvm::raw_ostream &) C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.24.28314\include\functional:927:0 #5 0x00007ff6c121c519 handleBuffer D:\llvm-project\l...
2015 Nov 23
2
COFF::IMAGE_REL_AMD64_REL32 relocation overflow when compiling for x86_64
...) Line 246 C++ std::_Callable_obj<unsigned __int64 <lambda>(void),0>::_ApplyX<unsigned __int64>() Line 284 C++ std::_Func_impl<std::_Callable_obj<unsigned __int64 <lambda>(void),0>,std::allocator<std::_Func_class<unsigned __int64> >,unsigned __int64>::_Do_call() Line 229 C++ std::_Func_class<unsigned __int64>::operator()() Line 316 C++ llvm::orc::JITSymbol::getAddress() Line 62 C++ RelType is 4 (IMAGE_REL_AMD64_REL32). Value is 139830239098107. Addend is 0. The symbol that is currently being resolved is _fperrraise. I did some researching and it...
2015 Nov 23
3
COFF::IMAGE_REL_AMD64_REL32 relocation overflow when compiling for x86_64
..._obj<unsigned __int64 <lambda>(void),0>::_ApplyX<unsigned > __int64>() Line 284 C++ > > std::_Func_impl<std::_Callable_obj<unsigned __int64 > <lambda>(void),0>,std::allocator<std::_Func_class<unsigned __int64> > >,unsigned __int64>::_Do_call() Line 229 C++ > > std::_Func_class<unsigned __int64>::operator()() Line 316 C++ > > llvm::orc::JITSymbol::getAddress() Line 62 C++ > > > > RelType is 4 (IMAGE_REL_AMD64_REL32). > > Value is 139830239098107. > > Addend is 0. > > > > The...
2020 Jan 23
2
Longstanding failing tests - clang-tidy, MachO, Polly
...(__cdecl *)(class >> llvm::object::ObjectFile &, class llvm::DWARFContext &, class llvm::Twine, >> class llvm::raw_ostream &), bool, class llvm::object::ObjectFile &, class >> llvm::DWARFContext &, class llvm::Twine, class llvm::raw_ostream >> &>::_Do_call(class llvm::object::ObjectFile &, class llvm::DWARFContext &, >> class llvm::Twine &&, class llvm::raw_ostream &) C:\Program Files >> (x86)\Microsoft Visual >> Studio\2019\Professional\VC\Tools\MSVC\14.24.28314\include\functional:927:0 >> >> #5 0x00...
2015 May 29
0
Wine release 1.7.44
...not allowed. riched20: Added GetStoryType(). riched20: Implement SetFont(). riched20/tests: Test more return values and released cases. Piotr Caban (7): msvcrt: Fix functions table reallocation in _onexit. msvcp120: Added _Call_once implementation. msvcp120: Add _Do_call implementation. msvcr120: Add copysign export. msvcr120: Add fmax implementation. msvcr120: Add _dsign implementation. wininet/tests: Test if content is read from cache in INTERNET_FLAG_FROM_CACHE tests. Qian Hong (1): atl: Added stub AtlIPersistPropertyBag_Save. Seb...