Displaying 2 results from an estimated 2 matches for "format_object2".
Did you mean:
format_object1
2011 Oct 18
3
[LLVMdev] non-POD type with llvm-objdump
...warning: cannot pass objects of non-POD type 'const struct llvm::support::detail::packed_endian_specific_integral<unsigned int, little, unaligned>' through '...'; call will abort at runtime
/Users/jabbey/src/llvm/include/llvm/Support/Format.h: In member function 'int llvm::format_object2<T1, T2>::snprint(char*, unsigned int) const [with T1 = llvm::support::detail::packed_endian_specific_integral<unsigned char, little, unaligned>, T2 = llvm::support::detail::packed_endian_specific_integral<unsigned char, little, unaligned>]':
/Users/jabbey/src/llvm/tools/llvm-o...
2011 Oct 19
0
[LLVMdev] non-POD type with llvm-objdump
...objects of non-POD type 'const struct
> llvm::support::detail::packed_endian_specific_integral<unsigned int, little,
> unaligned>' through '...'; call will abort at runtime
> /Users/jabbey/src/llvm/include/llvm/Support/Format.h: In member function
> 'int llvm::format_object2<T1, T2>::snprint(char*, unsigned int) const [with
> T1 = llvm::support::detail::packed_endian_specific_integral<unsigned char,
> little, unaligned>, T2 =
> llvm::support::detail::packed_endian_specific_integral<unsigned char,
> little, unaligned>]':
> /Users/jab...