HomeSort by relevance Sort by last modified time
    Searched refs:lto_module_t (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm-c/
lto.h 89 typedef struct LLVMOpaqueLTOModule *lto_module_t; typedef in typeref:struct:LLVMOpaqueLTOModule
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
232 * Upon return the lto_module_t is no longer valid.
237 lto_module_dispose(lto_module_t mod)
    [all...]
  /external/llvm/tools/lto/
lto.cpp 138 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOModule, lto_module_t)
193 lto_module_t lto_module_create(const char* path) {
203 lto_module_t lto_module_create_from_fd(int fd, const char *path, size_t size) {
213 lto_module_t lto_module_create_from_fd_at_offset(int fd, const char *path,
226 lto_module_t lto_module_create_from_memory(const void* mem, size_t length) {
236 lto_module_t lto_module_create_from_memory_with_path(const void* mem,
248 lto_module_t lto_module_create_in_local_context(const void *mem, size_t length,
259 lto_module_t lto_module_create_in_codegen_context(const void *mem,
270 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); }
272 const char* lto_module_get_target_triple(lto_module_t mod)
    [all...]

Completed in 553 milliseconds