Searched refs:source_filename (Results 1 - 5 of 5) 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/clang/tools/libclang/
H A DIndexing.cpp222 const char *source_filename; member in struct:__anon4850::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);
710 const char *source_filename,
720 source_filename, command_line_args,
733 fprintf(stderr, " 'source_filename' : '%s'\n", source_filename);
705 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.cpp2503 const char *source_filename,
2509 return clang_parseTranslationUnit(CIdx, source_filename,
2517 const char *source_filename; member in struct:ParseTranslationUnitInfo
2529 const char *source_filename = PTUI->source_filename; local
2607 // The 'source_filename' argument is optional. If the caller does not
2612 if (source_filename)
2613 Args->push_back(source_filename);
2652 const char *source_filename,
2658 ParseTranslationUnitInfo PTUI = { CIdx, source_filename, command_line_arg
2502 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
2651 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...]
/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/include/clang-c/
H A DIndex.h924 * Note: The 'source_filename' argument is optional. If the caller provides a
939 * \param source_filename The name of the source file to load, or NULL if the
962 const char *source_filename,
1098 * \param source_filename The name of the source file to load, or NULL if the
1128 const char *source_filename,
5341 const char *source_filename,

Completed in 378 milliseconds