Home
last modified time | relevance | path

Searched refs:lto_module_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A Dlto.h95 typedef struct LLVMOpaqueLTOModule *lto_module_t; typedef
170 extern lto_module_t
179 extern lto_module_t
188 extern lto_module_t
203 extern lto_module_t
217 extern lto_module_t
227 extern lto_module_t
236 extern lto_module_t
247 lto_module_dispose(lto_module_t mod);
255 lto_module_get_target_triple(lto_module_t mod);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lto/
H A Dlto.cpp148 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOModule, lto_module_t) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
208 lto_module_t lto_module_create(const char* path) { in lto_module_create()
219 lto_module_t lto_module_create_from_fd(int fd, const char *path, size_t size) { in lto_module_create_from_fd()
230 lto_module_t lto_module_create_from_fd_at_offset(int fd, const char *path, in lto_module_create_from_fd_at_offset()
244 lto_module_t lto_module_create_from_memory(const void* mem, size_t length) { in lto_module_create_from_memory()
255 lto_module_t lto_module_create_from_memory_with_path(const void* mem, in lto_module_create_from_memory_with_path()
268 lto_module_t lto_module_create_in_local_context(const void *mem, size_t length, in lto_module_create_in_local_context()
286 lto_module_t lto_module_create_in_codegen_context(const void *mem, in lto_module_create_in_codegen_context()
298 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); } in lto_module_dispose()
300 const char* lto_module_get_target_triple(lto_module_t mod) { in lto_module_get_target_triple()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLinkTimeOptimization.rst212 ``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_get_macho_cputype(lto_module_t mod, unsigned int *out_cputype, unsigned int *out_cpusub…
262 ``lto_module_t``, it can request ``libLTO`` to process them all and generate a
274 lto_codegen_add_module(lto_code_gen_t, lto_module_t)