search for: isuserdefin

Displaying 3 results from an estimated 3 matches for "isuserdefin".

Did you mean: isuserdefined
2014 Aug 21
3
[LLVMdev] How to tell whether a GlobalValue is user-defined
Is there a way to distinguish between GlobalValues that are user-defined and those that are compiler-defined? I am looking for a function that I can use to tell if a GlobalValue is user-defined , something like "GlobalValue::isUserDefined", which returns true for user-defined GlobalValue. I'm trying to make changes to prevent llvm from placing user-defined constant arrays in the merge able constant sections. Currently, clang places 16-byte constant arrays that are marked "unnamed_addr" into __literal16 for mach...
2014 Aug 25
4
[LLVMdev] How to tell whether a GlobalValue is user-defined
...;ahatanak at gmail.com> wrote: >> Is there a way to distinguish between GlobalValues that are user-defined and >> those that are compiler-defined? I am looking for a function that I can use >> to tell if a GlobalValue is user-defined , something like >> "GlobalValue::isUserDefined", which returns true for user-defined >> GlobalValue. >> >> I'm trying to make changes to prevent llvm from placing user-defined >> constant arrays in the merge able constant sections. Currently, clang places >> 16-byte constant arrays that are marked &quot...
2014 Aug 25
2
[LLVMdev] How to tell whether a GlobalValue is user-defined
...there a way to distinguish between GlobalValues that are >> user-defined and >> >> those that are compiler-defined? I am looking for a function that I >> can use >> >> to tell if a GlobalValue is user-defined , something like >> >> "GlobalValue::isUserDefined", which returns true for user-defined >> >> GlobalValue. >> >> >> >> I'm trying to make changes to prevent llvm from placing user-defined >> >> constant arrays in the merge able constant sections. Currently, clang >> places >> &...