Displaying 10 results from an estimated 10 matches for "abilist".
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...> +#include "llvm/IR/DebugInfo.h"
> > #include "llvm/IR/IRBuilder.h"
> > #include "llvm/IR/InlineAsm.h"
> > #include "llvm/IR/InstVisitor.h"
> > @@ -243,6 +244,7 @@ class DataFlowSanitizer : public ModulePass {
> > DFSanABIList ABIList;
> > DenseMap<Value *, Function *> UnwrappedFnMap;
> > AttributeSet ReadOnlyNoneAttrs;
> > + DenseMap<const Function *, DISubprogram> FunctionDIs;
> >
> > Value *getShadowAddress(Value *Addr, Instruction *Pos);
> > bool isInstrume...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
...king.h"
#include "llvm/IR/Dominators.h"
+#include "llvm/IR/DebugInfo.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/InlineAsm.h"
#include "llvm/IR/InstVisitor.h"
@@ -243,6 +244,7 @@ class DataFlowSanitizer : public ModulePass {
DFSanABIList ABIList;
DenseMap<Value *, Function *> UnwrappedFnMap;
AttributeSet ReadOnlyNoneAttrs;
+ DenseMap<const Function *, DISubprogram> FunctionDIs;
Value *getShadowAddress(Value *Addr, Instruction *Pos);
bool isInstrumented(const Function *F);
@@ -573,6 +575,8 @@ bool DataFlow...
2018 Sep 26
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...aster/user-manual.html#flag--interface_shared_objects
[4] https://fuchsia.googlesource.com/zircon/+/master/scripts/shlib-symbols
[5] https://fuchsia.googlesource.com/zircon/+/master/scripts/dso-abi.h
[6] https://sourceware.org/libabigail/
[7] https://sourceware.org/git/?p=glibc.git;a=blob;f=scripts/abilist.awk;h=bad7c3807e478e50e63c3834aa8969214bdd6f63;hb=HEAD
[8] https://github.com/llvm-mirror/libcxx/blob/master/utils/sym_extract.py
[9] http://lists.llvm.org/pipermail/cfe-dev/2018-April/thread.html#57576
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...[4] https://fuchsia.googlesource.com/zircon/+/master/scripts/shlib-symbols
>> >> [5] https://fuchsia.googlesource.com/zircon/+/master/scripts/dso-abi.h
>> >> [6] https://sourceware.org/libabigail/
>> >> [7] https://sourceware.org/git/?p=glibc.git;a=blob;f=scripts/abilist.awk;h=bad7c3807e478e50e63c3834aa8969214bdd6f63;hb=HEAD
>> >> [8] https://github.com/llvm-mirror/libcxx/blob/master/utils/sym_extract.py
>> >> [9] http://lists.llvm.org/pipermail/cfe-dev/2018-April/thread.html#57576
>> >> __________________________________________...
2018 Dec 31
0
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...e.com/zircon/+/master/scripts/dso-abi.h</a><br />
> >>> [6] <a href="https://sourceware.org/libabigail/">https://sourceware.org/libabigail/</a><br />
> >>> [7] <a href="https://sourceware.org/git/?p=glibc.git;a=blob;f=scripts/abilist.awk;h=bad7c3807e478e50e63c3834aa8969214bdd6f63;hb=HEAD">https://sourceware.org/git/?p=glibc.git;a=blob;f=scripts/abilist.awk;h=bad7c3807e478e50e63c3834aa8969214bdd6f63;hb=HEAD</a><br />
> >>> [8] <a href="https://github.com/llvm-mirror/libcxx/blob/master/uti...
2018 Sep 27
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...hared_objects
> > [4] https://fuchsia.googlesource.com/zircon/+/master/scripts/shlib-symbols
> > [5] https://fuchsia.googlesource.com/zircon/+/master/scripts/dso-abi.h
> > [6] https://sourceware.org/libabigail/
> > [7] https://sourceware.org/git/?p=glibc.git;a=blob;f=scripts/abilist.awk;h=bad7c3807e478e50e63c3834aa8969214bdd6f63;hb=HEAD
> > [8] https://github.com/llvm-mirror/libcxx/blob/master/utils/sym_extract.py
> > [9] http://lists.llvm.org/pipermail/cfe-dev/2018-April/thread.html#57576
> > _______________________________________________
> > LLVM Dev...
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...ce_shared_objects
>> [4] https://fuchsia.googlesource.com/zircon/+/master/scripts/shlib-symbols
>> [5] https://fuchsia.googlesource.com/zircon/+/master/scripts/dso-abi.h
>> [6] https://sourceware.org/libabigail/
>> [7] https://sourceware.org/git/?p=glibc.git;a=blob;f=scripts/abilist.awk;h=bad7c3807e478e50e63c3834aa8969214bdd6f63;hb=HEAD
>> [8] https://github.com/llvm-mirror/libcxx/blob/master/utils/sym_extract.py
>> [9] http://lists.llvm.org/pipermail/cfe-dev/2018-April/thread.html#57576
>> _______________________________________________
>> LLVM Develop...
2014 Oct 07
2
[LLVMdev] Debug Info and DFSan
On Tue, Oct 7, 2014 at 12:18 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Tue, Oct 7, 2014 at 12:10 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>>
>>
>> On Tue, Oct 7, 2014 at 11:48 AM, Peter Collingbourne <peter at pcc.me.uk>
>> wrote:
>>
>>> On Tue, Oct 07, 2014 at 10:04:30AM -0700, David Blaikie wrote:
2018 Sep 28
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...ttps://fuchsia.googlesource.com/zircon/+/master/scripts/shlib-symbols
> >>> [5] https://fuchsia.googlesource.com/zircon/+/master/scripts/dso-abi.h
> >>> [6] https://sourceware.org/libabigail/
> >>> [7]
> https://sourceware.org/git/?p=glibc.git;a=blob;f=scripts/abilist.awk;h=bad7c3807e478e50e63c3834aa8969214bdd6f63;hb=HEAD
> >>> [8]
> https://github.com/llvm-mirror/libcxx/blob/master/utils/sym_extract.py
> >>> [9]
> http://lists.llvm.org/pipermail/cfe-dev/2018-April/thread.html#57576
> >>> ________________________________...
2018 Sep 27
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...ooglesource.com/zircon/+/master/scripts/shlib-symbols
>> > > [5]
>> https://fuchsia.googlesource.com/zircon/+/master/scripts/dso-abi.h
>> > > [6] https://sourceware.org/libabigail/
>> > > [7]
>> https://sourceware.org/git/?p=glibc.git;a=blob;f=scripts/abilist.awk;h=bad7c3807e478e50e63c3834aa8969214bdd6f63;hb=HEAD
>> > > [8]
>> https://github.com/llvm-mirror/libcxx/blob/master/utils/sym_extract.py
>> > > [9]
>> http://lists.llvm.org/pipermail/cfe-dev/2018-April/thread.html#57576
>> > > _____________________...