Home | History | Annotate | Download | only in lto

Lines Matching refs:lto_module_t

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) {
276 void lto_module_set_target_triple(lto_module_t mod, const char *triple) {
280 unsigned int lto_module_get_num_symbols(lto_module_t mod) {
284 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) {
288 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod,
293 const char* lto_module_get_linkeropts(lto_module_t mod) {
325 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) {
329 void lto_codegen_set_module(lto_code_gen_t cg, lto_module_t mod) {