Searched refs:lto_symbol_attributes (Results 1 – 10 of 10) sorted by relevance
136 lto_symbol_attributes getSymbolAttributes(uint32_t index) { in getSymbolAttributes()138 return lto_symbol_attributes(_symbols[index].attributes); in getSymbolAttributes()139 return lto_symbol_attributes(0); in getSymbolAttributes()189 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
68 lto_symbol_attributes getSymbolAttributes(uint32_t index);92 lto_symbol_attributes scope);111 lto_symbol_attributes attributes;
231 info.attributes = (lto_symbol_attributes) in addObjCClass()388 info.attributes = (lto_symbol_attributes)attr; in addDefinedSymbol()393 lto_symbol_attributes scope) { in addAsmGlobalSymbol()406 info.attributes = (lto_symbol_attributes)attr; in addAsmGlobalSymbol()424 info.attributes = (lto_symbol_attributes)attr; in addAsmGlobalSymbolUndef()726 lto_symbol_attributes LTOModule::getSymbolAttributes(uint32_t index) { in getSymbolAttributes()730 return lto_symbol_attributes(0); in getSymbolAttributes()
173 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute()
43 } lto_symbol_attributes; typedef179 extern lto_symbol_attributes
72 } lto_symbol_attributes; typedef286 extern lto_symbol_attributes
290 lto_symbol_attributes attrs = lto_module_get_symbol_attribute(M, i); in claim_file_hook()
307 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute()
488 lto_symbol_attributes scope) { in addAsmGlobalSymbol()
783 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I); in main()