Displaying 4 results from an estimated 4 matches for "namedglobalvaluemap".
2017 Jun 08
2
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
...also added the hotness info to the
> output, but for some reason, none of my tests when running with FDO gave
> anything besides Unknown. I'll be looking more into this tomorrow.
>
> Here's the current format:
>
> > ../build/bin/llvm-lto2 dump-summary b.o
> ---
> NamedGlobalValueMap:
> :
> - GUID: 3762489268811518743
> Kind: GlobalVar
> Linkage: PrivateLinkage
> NotEligibleToImport: true
> Live: false
> cold:
> - GUID: 11668175513417606517
> Kind:...
2017 Jun 07
2
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
On Wed, Jun 7, 2017 at 8:58 AM, Charles Saternos <charles.saternos at gmail.com
> wrote:
> Alright, now it outputs YAML in the following format:
>
> ---
> NamedGlobalValueMap:
> X:
> - Kind: GlobalVar
> Linkage: ExternalLinkage
> NotEligibleToImport: false
> Live: false
> a:
> - Kind: Alias
> Linkage: WeakAnyLinkage
> NotEligibleToImport: false
>...
2017 Jul 17
3
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
...e
>>>>> anything besides Unknown. I'll be looking more into this tomorrow.
>>>>>
>>>>> Here's the current format:
>>>>>
>>>>> > ../build/bin/llvm-lto2 dump-summary b.o
>>>>> ---
>>>>> NamedGlobalValueMap:
>>>>> :
>>>>> - GUID: 3762489268811518743
>>>>> Kind: GlobalVar
>>>>> Linkage: PrivateLinkage
>>>>> NotEligibleToImport: true
>>>>> Live:...
2017 Jun 06
4
[RFC][ThinLTO] llvm-dis ThinLTO summary dump format
2017-06-06 13:38 GMT-07:00 David Blaikie <dblaikie at gmail.com>:
>
>
> On Tue, Jun 6, 2017 at 1:26 PM Mehdi AMINI <joker.eph at gmail.com> wrote:
>
>> 2017-06-05 14:27 GMT-07:00 David Blaikie via llvm-dev <
>> llvm-dev at lists.llvm.org>:
>>
>>> I know there's been a bunch of discussion here already, but I was
>>> wondering if