HomeSort by relevance Sort by last modified time
    Searched refs:lto_symbol_attributes (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/lto/
LTOModule.h 68 lto_symbol_attributes getSymbolAttributes(uint32_t index);
92 lto_symbol_attributes scope);
111 lto_symbol_attributes attributes;
LTOModule.cpp 231 info.attributes = (lto_symbol_attributes)
388 info.attributes = (lto_symbol_attributes)attr;
393 lto_symbol_attributes scope) {
406 info.attributes = (lto_symbol_attributes)attr;
424 info.attributes = (lto_symbol_attributes)attr;
726 lto_symbol_attributes LTOModule::getSymbolAttributes(uint32_t index) {
730 return lto_symbol_attributes(0);
lto.cpp 173 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod,
  /external/llvm/include/llvm-c/
lto.h 43 } lto_symbol_attributes; typedef in typeref:enum:__anon8022
179 extern lto_symbol_attributes
  /external/llvm/tools/gold/
gold-plugin.cpp 290 lto_symbol_attributes attrs = lto_module_get_symbol_attribute(M, i);

Completed in 2810 milliseconds