Searched refs:getSymbolAttributes (Results 1 – 6 of 6) sorted by relevance
176 return mod->getSymbolAttributes(index); in lto_module_get_symbol_attribute()
68 lto_symbol_attributes getSymbolAttributes(uint32_t index);
726 lto_symbol_attributes LTOModule::getSymbolAttributes(uint32_t index) { in getSymbolAttributes() function in LTOModule
136 lto_symbol_attributes getSymbolAttributes(uint32_t index) { in getSymbolAttributes() function
309 return unwrap(mod)->getSymbolAttributes(index); in lto_module_get_symbol_attribute()
783 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I); in main()