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

  /external/llvm/include/llvm-c/
lto.h 58 typedef struct LTOModule* lto_module_t; typedef in typeref:struct:LTOModule
114 extern lto_module_t
122 extern lto_module_t
129 extern lto_module_t
136 extern lto_module_t
143 * Upon return the lto_module_t is no longer valid.
146 lto_module_dispose(lto_module_t mod);
153 lto_module_get_target_triple(lto_module_t mod);
159 lto_module_set_target_triple(lto_module_t mod, const char *triple);
166 lto_module_get_num_symbols(lto_module_t mod)
    [all...]
  /external/llvm/tools/lto/
lto.cpp 89 lto_module_t lto_module_create(const char* path)
98 lto_module_t lto_module_create_from_fd(int fd, const char *path, size_t size)
107 lto_module_t lto_module_create_from_fd_at_offset(int fd, const char *path,
120 lto_module_t lto_module_create_from_memory(const void* mem, size_t length)
128 // upon return the lto_module_t is no longer valid
130 void lto_module_dispose(lto_module_t mod)
139 const char* lto_module_get_target_triple(lto_module_t mod)
147 void lto_module_set_target_triple(lto_module_t mod, const char *triple)
156 unsigned int lto_module_get_num_symbols(lto_module_t mod)
164 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 240 lto_module_t M;

Completed in 60 milliseconds