Searched refs:lto_module_t (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm-c/ |
D | lto.h | 87 typedef struct LLVMOpaqueLTOModule *lto_module_t; typedef 157 extern lto_module_t 167 extern lto_module_t 176 extern lto_module_t 191 extern lto_module_t 205 extern lto_module_t 215 extern lto_module_t 224 extern lto_module_t 235 lto_module_dispose(lto_module_t mod); 243 lto_module_get_target_triple(lto_module_t mod); [all …]
|
/external/llvm/tools/lto/ |
D | lto.cpp | 77 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOModule, lto_module_t) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 132 lto_module_t lto_module_create(const char* path) { in lto_module_create() 138 lto_module_t lto_module_create_from_fd(int fd, const char *path, size_t size) { in lto_module_create_from_fd() 145 lto_module_t lto_module_create_from_fd_at_offset(int fd, const char *path, in lto_module_create_from_fd_at_offset() 155 lto_module_t lto_module_create_from_memory(const void* mem, size_t length) { in lto_module_create_from_memory() 161 lto_module_t lto_module_create_from_memory_with_path(const void* mem, in lto_module_create_from_memory_with_path() 170 lto_module_t lto_module_create_in_local_context(const void *mem, size_t length, in lto_module_create_in_local_context() 178 lto_module_t lto_module_create_in_codegen_context(const void *mem, in lto_module_create_in_codegen_context() 188 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); } in lto_module_dispose() 190 const char* lto_module_get_target_triple(lto_module_t mod) { in lto_module_get_target_triple() [all …]
|
/external/llvm/docs/ |
D | LinkTimeOptimization.rst | 212 ``lto_module_t`` 215 A non-native object file is handled via an ``lto_module_t``. The following 227 ``lto_module_t`` by using one of: 238 lto_module_dispose(lto_module_t) 246 lto_module_get_num_symbols(lto_module_t) 247 lto_module_get_symbol_name(lto_module_t, unsigned int) 248 lto_module_get_symbol_attribute(lto_module_t, unsigned int) 256 ``lto_module_t``, it can request ``libLTO`` to process them all and generate a 268 lto_codegen_add_module(lto_code_gen_t, lto_module_t)
|