Searched refs:lto_symbol_attributes (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/LTO/
H A DLTOModule.h121 lto_symbol_attributes getSymbolAttributes(uint32_t index) {
123 return lto_symbol_attributes(_symbols[index].attributes);
124 return lto_symbol_attributes(0);
188 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
/external/llvm/include/llvm-c/
H A Dlto.h66 } lto_symbol_attributes; typedef in typeref:enum:__anon25657
248 extern lto_symbol_attributes
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp132 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I);
/external/llvm/tools/lto/
H A Dlto.cpp167 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod,
/external/llvm/tools/gold/
H A Dgold-plugin.cpp318 lto_symbol_attributes attrs = M->getSymbolAttributes(i);
/external/llvm/lib/LTO/
H A DLTOModule.cpp432 lto_symbol_attributes scope) {

Completed in 747 milliseconds