Home
last modified time | relevance | path

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

/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h136 lto_symbol_attributes getSymbolAttributes(uint32_t index) { in getSymbolAttributes()
138 return lto_symbol_attributes(_symbols[index].attributes); in getSymbolAttributes()
139 return lto_symbol_attributes(0); in getSymbolAttributes()
189 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.h68 lto_symbol_attributes getSymbolAttributes(uint32_t index);
92 lto_symbol_attributes scope);
111 lto_symbol_attributes attributes;
DLTOModule.cpp231 info.attributes = (lto_symbol_attributes) in addObjCClass()
388 info.attributes = (lto_symbol_attributes)attr; in addDefinedSymbol()
393 lto_symbol_attributes scope) { in addAsmGlobalSymbol()
406 info.attributes = (lto_symbol_attributes)attr; in addAsmGlobalSymbol()
424 info.attributes = (lto_symbol_attributes)attr; in addAsmGlobalSymbolUndef()
726 lto_symbol_attributes LTOModule::getSymbolAttributes(uint32_t index) { in getSymbolAttributes()
730 return lto_symbol_attributes(0); in getSymbolAttributes()
Dlto.cpp173 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute()
/external/swiftshader/third_party/LLVM/include/llvm-c/
Dlto.h43 } lto_symbol_attributes; typedef
179 extern lto_symbol_attributes
/external/llvm/include/llvm-c/
Dlto.h72 } lto_symbol_attributes; typedef
286 extern lto_symbol_attributes
/external/swiftshader/third_party/LLVM/tools/gold/
Dgold-plugin.cpp290 lto_symbol_attributes attrs = lto_module_get_symbol_attribute(M, i); in claim_file_hook()
/external/llvm/tools/lto/
Dlto.cpp307 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute()
/external/llvm/lib/LTO/
DLTOModule.cpp488 lto_symbol_attributes scope) { in addAsmGlobalSymbol()
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp783 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I); in main()