| 447 | u32_t priority; |
| 448 | const Function* func; |
| 449 | LLVMGlobalFunction() {}; |
| 450 | LLVMGlobalFunction(u32_t _priority, const Function* _func) |
| 451 | : priority(_priority), func(_func) {}; |
| 452 | bool operator>(const LLVMGlobalFunction &other) const |
nothing calls this directly
no outgoing calls
no test coverage detected