Home
last modified time | relevance | path

Searched refs:lto_module_get_symbol_attribute (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/lto/
Dlto.exports8 lto_module_get_symbol_attribute
Dlto.cpp173 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute() function
/external/llvm/tools/lto/
Dlto.exports13 lto_module_get_symbol_attribute
Dlto.cpp307 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute() function
/external/swiftshader/third_party/LLVM/include/llvm-c/
Dlto.h180 lto_module_get_symbol_attribute(lto_module_t mod, unsigned int index);
/external/llvm/include/llvm-c/
Dlto.h287 lto_module_get_symbol_attribute(lto_module_t mod, unsigned int index);
/external/llvm/docs/
DLinkTimeOptimization.rst158 ``lto_module_get_symbol_attribute()`` to get all symbols defined and referenced.
248 lto_module_get_symbol_attribute(lto_module_t, unsigned int)
/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()