Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/
DLTOModule.h138 lto_symbol_attributes getSymbolAttributes(uint32_t index) { in getSymbolAttributes()
140 return lto_symbol_attributes(_symbols[index].attributes); in getSymbolAttributes()
141 return lto_symbol_attributes(0); in getSymbolAttributes()
191 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
/external/llvm/include/llvm-c/
Dlto.h68 } lto_symbol_attributes; typedef
279 extern lto_symbol_attributes
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp300 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I); in main()
/external/llvm/tools/lto/
Dlto.cpp288 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute()
/external/llvm/lib/LTO/
DLTOModule.cpp486 lto_symbol_attributes scope) { in addAsmGlobalSymbol()