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.h133 lto_symbol_attributes getSymbolAttributes(uint32_t index) { in getSymbolAttributes()
135 return lto_symbol_attributes(_symbols[index].attributes); in getSymbolAttributes()
136 return lto_symbol_attributes(0); in getSymbolAttributes()
200 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
/external/llvm/include/llvm-c/
Dlto.h66 } lto_symbol_attributes; typedef
277 extern lto_symbol_attributes
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp225 lto_symbol_attributes Attrs = LTOMod->getSymbolAttributes(I); in main()
/external/llvm/tools/lto/
Dlto.cpp206 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute()
/external/llvm/lib/LTO/
DLTOModule.cpp489 lto_symbol_attributes scope) { in addAsmGlobalSymbol()