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

  /external/llvm/tools/lto/
LTOModule.h 109 lto_symbol_attributes getSymbolAttributes(uint32_t index) {
111 return lto_symbol_attributes(_symbols[index].attributes);
112 return lto_symbol_attributes(0);
158 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
lto.cpp 124 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod,
LTOModule.cpp 536 lto_symbol_attributes scope) {
  /external/llvm/include/llvm-c/
lto.h 50 } lto_symbol_attributes; typedef in typeref:enum:__anon10121
186 extern lto_symbol_attributes
  /external/llvm/tools/gold/
gold-plugin.cpp 292 lto_symbol_attributes attrs = lto_module_get_symbol_attribute(M, i);

Completed in 97 milliseconds