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 65 typedef struct LTOModule* lto_module_t; typedef in typeref:struct:LTOModule
121 extern lto_module_t
129 extern lto_module_t
136 extern lto_module_t
143 extern lto_module_t
150 * Upon return the lto_module_t is no longer valid.
153 lto_module_dispose(lto_module_t mod);
160 lto_module_get_target_triple(lto_module_t mod);
166 lto_module_set_target_triple(lto_module_t mod, const char *triple);
173 lto_module_get_num_symbols(lto_module_t mod)
    [all...]
  /external/llvm/tools/lto/
lto.cpp 66 lto_module_t lto_module_create(const char* path) {
72 lto_module_t lto_module_create_from_fd(int fd, const char *path, size_t size) {
78 lto_module_t lto_module_create_from_fd_at_offset(int fd, const char *path,
88 lto_module_t lto_module_create_from_memory(const void* mem, size_t length) {
93 /// lto_module_t is no longer valid.
94 void lto_module_dispose(lto_module_t mod) {
100 const char* lto_module_get_target_triple(lto_module_t mod) {
106 void lto_module_set_target_triple(lto_module_t mod, const char *triple) {
112 unsigned int lto_module_get_num_symbols(lto_module_t mod) {
118 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 103 milliseconds