Home
last modified time | relevance | path

Searched refs:lto_symbol_attributes (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/lto/
DLTOModule.h108 lto_symbol_attributes getSymbolAttributes(uint32_t index) { in getSymbolAttributes()
110 return lto_symbol_attributes(_symbols[index].attributes); in getSymbolAttributes()
111 return lto_symbol_attributes(0); in getSymbolAttributes()
157 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
Dlto.cpp122 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute()
DLTOModule.cpp530 lto_symbol_attributes scope) { in addAsmGlobalSymbol()
/external/llvm/include/llvm-c/
Dlto.h50 } lto_symbol_attributes; typedef
186 extern lto_symbol_attributes
/external/llvm/tools/gold/
Dgold-plugin.cpp289 lto_symbol_attributes attrs = lto_module_get_symbol_attribute(M, i); in claim_file_hook()