Displaying 4 results from an estimated 4 matches for "getbsssectionforglobal".
2009 Jul 20
2
[LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
Hi Sanjiv,
The PIC16TargetAsmInfo::getBSSSectionForGlobal apparently does magic
that reinterprets the "section" field of a global in a strange way:
// If GV has a sectin name or section address create that section
now.
if (GV->hasSection()) {
std::string SectName = GV->getSection();
// If address for a variable is spec...
2009 Jul 20
0
[LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
...----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
On
> Behalf Of Chris Lattner
> Sent: Monday, July 20, 2009 3:21 PM
> To: Sanjiv Kumar Gupta - I00171
> Cc: LLVM Developers Mailing List
> Subject: [LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
>
>
> Hi Sanjiv,
>
> The PIC16TargetAsmInfo::getBSSSectionForGlobal apparently does magic
> that reinterprets the "section" field of a global in a strange way:
>
> // If GV has a sectin name or section address create that section
> now.
> if (GV->...
2009 Jul 20
2
[LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
...llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-
>> bounces at cs.uiuc.edu]
> On
>> Behalf Of Chris Lattner
>> Sent: Monday, July 20, 2009 3:21 PM
>> To: Sanjiv Kumar Gupta - I00171
>> Cc: LLVM Developers Mailing List
>> Subject: [LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
>>
>>
>> Hi Sanjiv,
>>
>> The PIC16TargetAsmInfo::getBSSSectionForGlobal apparently does magic
>> that reinterprets the "section" field of a global in a strange way:
>>
>> // If GV has a sectin name or section address create that section
&...
2009 Jul 21
0
[LLVMdev] PIC16TargetAsmInfo::getBSSSectionForGlobal
> My short term goal is to make TargetAsmInfo not depend on libvmcore.
> This means that no methods in it should take GlobalValue*'s for
> example. There is a suite of GV classification methods that need to
> be moved somewhere else, probably in TargetLowering or asmprinter. One
> method in particular (SectionForGlobal) is virtual and only re-
> implemented for