Searched defs:source_filename (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c64 char const * source_filename)
69 fprintf(stderr, "Source %s\n", source_filename);
99 debug_line[i].filename = source_filename;
124 char * source_filename = NULL; local
143 declaring_class, &source_filename);
148 source_filename);
201 (*jvmti)->Deallocate(jvmti, (unsigned char *)source_filename);
62 create_debug_line_info(jint map_length, jvmtiAddrLocationMap const * map, jint entry_count, jvmtiLineNumberEntry* table_ptr, char const * source_filename) argument
/external/oprofile/libutil++/
H A Dop_bfd.cpp369 string & source_filename, unsigned int & linenr) const
382 source_filename = info.filename;
368 get_linenr(symbol_index_t sym_idx, bfd_vma offset, string & source_filename, unsigned int & linenr) const argument
/external/clang/tools/libclang/
H A DIndexing.cpp222 const char *source_filename; member in struct:__anon4327::IndexSourceFileInfo
252 const char *source_filename = ITUI->source_filename; local
307 // The 'source_filename' argument is optional. If the caller does not
312 if (source_filename)
313 Args->push_back(source_filename);
708 const char *source_filename,
718 source_filename, command_line_args,
731 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename);
703 clang_indexSourceFile(CXIndexAction idxAction, CXClientData client_data, IndexerCallbacks *index_callbacks, unsigned index_callbacks_size, unsigned index_options, const char *source_filename, const char * const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options) argument
[all...]
H A DCIndex.cpp2476 const char *source_filename,
2482 return clang_parseTranslationUnit(CIdx, source_filename,
2490 const char *source_filename; member in struct:ParseTranslationUnitInfo
2502 const char *source_filename = PTUI->source_filename; local
2578 // The 'source_filename' argument is optional. If the caller does not
2583 if (source_filename)
2584 Args->push_back(source_filename);
2621 const char *source_filename,
2627 ParseTranslationUnitInfo PTUI = { CIdx, source_filename, command_line_arg
2475 clang_createTranslationUnitFromSourceFile(CXIndex CIdx, const char *source_filename, int num_command_line_args, const char * const *command_line_args, unsigned num_unsaved_files, struct CXUnsavedFile *unsaved_files) argument
2620 clang_parseTranslationUnit(CXIndex CIdx, const char *source_filename, const char * const *command_line_args, int num_command_line_args, struct CXUnsavedFile *unsaved_files, unsigned num_unsaved_files, unsigned options) argument
[all...]

Completed in 71 milliseconds