search for: linkermemorybuff

Displaying 2 results from an estimated 2 matches for "linkermemorybuff".

Did you mean: linkermemorybuffer
2014 Dec 03
2
[LLVMdev] [lld] need to figure out if file is an archive member and record more information...
...------------------------------------- The linker also needs to store the library and the member names separately as the linker script syntax allows to to distinguish library names and member names. Approach we could take is :- ------------------------------------------- a) Rename MemoryBuffer to LinkerMemoryBuffer, which is a container for MemoryBuffer but with extra information(that contains the filename and an optional member name) If the member name is not empty, the Reader could treat this as an archive member. Comments ?? Shankar Easwaran -- Qualcomm Innovation Center, Inc. is a member of Code...
2014 Dec 03
2
[LLVMdev] [lld] need to figure out if file is an archive member and record more information...
...so needs to store the library and the member names separately >> as the linker script syntax allows to to distinguish library names and >> member names. >> >> Approach we could take is :- >> ------------------------------------------- >> a) Rename MemoryBuffer to LinkerMemoryBuffer, which is a container for >> MemoryBuffer but with extra information(that contains the filename and an >> optional member name) >> >> If the member name is not empty, the Reader could treat this as an archive >> member. >> >> Comments ?? >> >>...