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

  /external/swiftshader/third_party/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/swiftshader/third_party/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/include/llvm-c/
lto.h 93 typedef struct LLVMOpaqueLTOModule *lto_module_t; typedef in typeref:struct:LLVMOpaqueLTOModule
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
242 * Upon return the lto_module_t is no longer valid.
247 lto_module_dispose(lto_module_t mod)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
lto.h 93 typedef struct LLVMOpaqueLTOModule *lto_module_t; typedef in typeref:struct:LLVMOpaqueLTOModule
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
242 * Upon return the lto_module_t is no longer valid.
247 lto_module_dispose(lto_module_t mod)
    [all...]
  /external/llvm/tools/lto/
lto.cpp 143 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOModule, lto_module_t)
206 lto_module_t lto_module_create(const char* path) {
216 lto_module_t lto_module_create_from_fd(int fd, const char *path, size_t size) {
226 lto_module_t lto_module_create_from_fd_at_offset(int fd, const char *path,
239 lto_module_t lto_module_create_from_memory(const void* mem, size_t length) {
249 lto_module_t lto_module_create_from_memory_with_path(const void* mem,
261 lto_module_t lto_module_create_in_local_context(const void *mem, size_t length,
278 lto_module_t lto_module_create_in_codegen_context(const void *mem,
289 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); }
291 const char* lto_module_get_target_triple(lto_module_t mod)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 151 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(LTOModule, lto_module_t)
219 lto_module_t lto_module_create(const char* path) {
229 lto_module_t lto_module_create_from_fd(int fd, const char *path, size_t size) {
239 lto_module_t lto_module_create_from_fd_at_offset(int fd, const char *path,
252 lto_module_t lto_module_create_from_memory(const void* mem, size_t length) {
262 lto_module_t lto_module_create_from_memory_with_path(const void* mem,
274 lto_module_t lto_module_create_in_local_context(const void *mem, size_t length,
291 lto_module_t lto_module_create_in_codegen_context(const void *mem,
302 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); }
304 const char* lto_module_get_target_triple(lto_module_t mod)
    [all...]
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 240 lto_module_t M;

Completed in 977 milliseconds