search for: __debug

Displaying 7 results from an estimated 7 matches for "__debug".

2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...lvm/include/llvm/Support/SourceMgr.h:18, from /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:15: /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/PointerUnion.h: In instantiation of ‘constexpr const int llvm::pointer_union_detail::PointerUnionUIntTraits<std::__debug::vector<unsigned char, std::allocator<unsigned char> >*, std::__debug::vector<short unsigned int, std::allocator<short unsigned int> >*, std::__debug::vector<unsigned int, std::allocator<unsigned int> >*, std::__debug::vector<long unsigned int, std::allocator&...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...> from >> /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:15: >> /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/PointerUnion.h: >> In instantiation of ‘constexpr const int >> llvm::pointer_union_detail::PointerUnionUIntTraits<std::__debug::vector<unsigned >> char, std::allocator<unsigned char> >*, std::__debug::vector<short >> unsigned int, std::allocator<short unsigned int> >*, >> std::__debug::vector<unsigned int, std::allocator<unsigned int> >*, >> std::__debug::vector&l...
2019 Oct 02
2
SourceMgr vs EXPENSIVE_CHECKS
...>> /home/jayfoad2/git/llvm-project/llvm/lib/Support/SourceMgr.cpp:15: >> >> /home/jayfoad2/git/llvm-project/llvm/include/llvm/ADT/PointerUnion.h: >> >> In instantiation of ‘constexpr const int >> >> llvm::pointer_union_detail::PointerUnionUIntTraits<std::__debug::vector<unsigned >> >> char, std::allocator<unsigned char> >*, std::__debug::vector<short >> >> unsigned int, std::allocator<short unsigned int> >*, >> >> std::__debug::vector<unsigned int, std::allocator<unsigned int> >*, >...
2018 Aug 23
2
How does LLDB locate the DWARF information stored inside MACH-O .o files produced by LLVM and LLD?
When I make a simple test program and call abort() and use LLDB to debug it, it has address-to-line mapping. If I then delete the .o file and run LLDB again, it loses the address-to-line mapping. So there must be DWARF info, or otherwise address-to-line info in the .o file. I'm parsing the MACH-O executable, which has a LC_SYMTAB entry, and one of the entries is the file path of the .o file.
2014 Dec 31
5
[LLVMdev] outlining in llvm
Hi, I have some questions regarding outlining (extracting piece of code into a function): 1. Is there an outlining pass in llvm (IR)? I've found out CodeExtractor pass, but I'm not sure it's exactly the same idea. 2. How do I set the function name? And another question: Where do I control the execution of my pass? I'm writing a pass that first works on
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...pts/out-arm/include/c++/v1/./stack > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./random > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./ccomplex > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./__debug > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./tgmath.h > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./streambuf > -- Installing: > /home/cschen/test/libcxx-scripts/out-arm/include/c++/v1/./shared_mutex > -- Installing...
2014 Oct 03
3
[LLVMdev] Can libc++ build for arm cross compiler?
On 10/3/14 10:16 AM, Dan Albert wrote: >> >> I try to build libc++ and libc++abi for host x86_64(linux) and target >> arm(linux) but fail. >> > > Failing in what way? If this isn't working out of the box, we've done > something wrong. Yeah, it would help to know more specifics about where you're getting stuck. > > jroelofs might know more... For