Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
Dlto.exports9 lto_module_get_symbol_name
Dlto.cpp164 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) in lto_module_get_symbol_name() function
/external/llvm/tools/lto/
Dlto.exports14 lto_module_get_symbol_name
Dlto.cpp303 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) { in lto_module_get_symbol_name() function
/external/swiftshader/third_party/LLVM/include/llvm-c/
Dlto.h173 lto_module_get_symbol_name(lto_module_t mod, unsigned int index);
/external/llvm/include/llvm-c/
Dlto.h279 lto_module_get_symbol_name(lto_module_t mod, unsigned int index);
/external/llvm/docs/
DLinkTimeOptimization.rst157 module using ``lto_module_get_symbol_name()`` and
247 lto_module_get_symbol_name(lto_module_t, unsigned int)
/external/swiftshader/third_party/LLVM/tools/gold/
Dgold-plugin.cpp296 sym.name = const_cast<char *>(lto_module_get_symbol_name(M, i)); in claim_file_hook()