Searched refs:lto_symbol_attributes (Results 1 – 6 of 6) sorted by relevance
121 lto_symbol_attributes getSymbolAttributes(uint32_t index) { in getSymbolAttributes()123 return lto_symbol_attributes(_symbols[index].attributes); in getSymbolAttributes()124 return lto_symbol_attributes(0); in getSymbolAttributes()188 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
66 } lto_symbol_attributes; typedef248 extern lto_symbol_attributes
132 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I); in main()
167 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute()
318 lto_symbol_attributes attrs = M->getSymbolAttributes(i); in claim_file_hook()
432 lto_symbol_attributes scope) { in addAsmGlobalSymbol()