Displaying 4 results from an estimated 4 matches for "targetmccodeemitt".
Did you mean:
targetmccodeemitter
2011 Dec 20
4
[LLVMdev] Proposal for -filetype=obj full big endian support
...ut routines like the snippet above would be in lib/MC/MCAssembler.cpp
There is an MCInstFragment, but it doesn't seem to be used. All text and data
seem to go through MCDataFragment.
The offset/size container would be filled at the
lib/Taget/<your target>/MCTargetDesc level. In <your targetMCCODEEmitter.cpp
for at least text. Some other source file for data.
It would be nice if someone could prove that the support is already there
and I don't have to do anything to get it, but if not, is the above
strawman reasonable? If so, I'll implement it and put it up for review.
Cheers,
Jack
---...
2011 Dec 20
2
[LLVMdev] Proposal for -filetype=obj full big endian support
...above would be in lib/MC/MCAssembler.cpp
>
> There is an MCInstFragment, but it doesn't seem to be used. All text and data
> seem to go through MCDataFragment.
>
> The offset/size container would be filled at the
> lib/Taget/<your target>/MCTargetDesc level. In <your targetMCCODEEmitter.cpp
> for at least text. Some other source file for data.
>
> It would be nice if someone could prove that the support is already there
> and I don't have to do anything to get it, but if not, is the above
> strawman reasonable? If so, I'll implement it and put it up for re...
2011 Dec 20
0
[LLVMdev] Proposal for -filetype=obj full big endian support
...ve would be in lib/MC/MCAssembler.cpp
>
> There is an MCInstFragment, but it doesn't seem to be used. All text and data
> seem to go through MCDataFragment.
>
> The offset/size container would be filled at the
> lib/Taget/<your target>/MCTargetDesc level. In <your targetMCCODEEmitter.cpp
> for at least text. Some other source file for data.
>
> It would be nice if someone could prove that the support is already there
> and I don't have to do anything to get it, but if not, is the above
> strawman reasonable? If so, I'll implement it and put it up fo...
2011 Dec 20
0
[LLVMdev] Proposal for -filetype=obj full big endian support
...MCAssembler.cpp
>>
>> There is an MCInstFragment, but it doesn't seem to be used. All text and data
>> seem to go through MCDataFragment.
>>
>> The offset/size container would be filled at the
>> lib/Taget/<your target>/MCTargetDesc level. In <your targetMCCODEEmitter.cpp
>> for at least text. Some other source file for data.
>>
>> It would be nice if someone could prove that the support is already there
>> and I don't have to do anything to get it, but if not, is the above
>> strawman reasonable? If so, I'll implement it...