Searched refs:lto_module_t (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm-c/ |
D | lto.h | 89 typedef struct LLVMOpaqueLTOModule *lto_module_t; typedef 159 extern lto_module_t 169 extern lto_module_t 178 extern lto_module_t 193 extern lto_module_t 207 extern lto_module_t 217 extern lto_module_t 226 extern lto_module_t 237 lto_module_dispose(lto_module_t mod); 245 lto_module_get_target_triple(lto_module_t mod); [all …]
|
/external/llvm/tools/lto/ |
D | lto.cpp | 138 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOModule, lto_module_t) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 193 lto_module_t lto_module_create(const char* path) { in lto_module_create() 203 lto_module_t lto_module_create_from_fd(int fd, const char *path, size_t size) { in lto_module_create_from_fd() 213 lto_module_t lto_module_create_from_fd_at_offset(int fd, const char *path, in lto_module_create_from_fd_at_offset() 226 lto_module_t lto_module_create_from_memory(const void* mem, size_t length) { in lto_module_create_from_memory() 236 lto_module_t lto_module_create_from_memory_with_path(const void* mem, in lto_module_create_from_memory_with_path() 248 lto_module_t lto_module_create_in_local_context(const void *mem, size_t length, in lto_module_create_in_local_context() 259 lto_module_t lto_module_create_in_codegen_context(const void *mem, in lto_module_create_in_codegen_context() 270 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); } in lto_module_dispose() 272 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)
|